diff options
author | Prarit Bhargava <prarit@sgi.com> | 2005-05-10 21:40:00 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-06-28 18:50:48 +0200 |
commit | 92a582ed2757456ca9599f8b4ea2064f2154eb02 (patch) | |
tree | 2ab8746b660fd06ea71743dd2a4d9fbe9fcf887f /include/asm-ia64/sn/sn2 | |
parent | [IA64-SGI] Fix TIO IOSPACE MMR Addres (diff) | |
download | linux-92a582ed2757456ca9599f8b4ea2064f2154eb02.tar.xz linux-92a582ed2757456ca9599f8b4ea2064f2154eb02.zip |
[IA64] sparse cleanup of TIOCA files
This patch is a sparse compile cleanup of tioca_provider.c, sn_hwperf.h, and
tioca_provider.h. Each of these files had sparse warnings when
compiled.
Signed-off-by: Prarit Bhargava <prarit@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/sn/sn2')
-rw-r--r-- | include/asm-ia64/sn/sn2/sn_hwperf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ia64/sn/sn2/sn_hwperf.h b/include/asm-ia64/sn/sn2/sn_hwperf.h index b0c4d6dd77ba..df75f4c4aec3 100644 --- a/include/asm-ia64/sn/sn2/sn_hwperf.h +++ b/include/asm-ia64/sn/sn2/sn_hwperf.h @@ -223,4 +223,6 @@ struct sn_hwperf_ioctl_args { #define SN_HWPERF_OP_RECONFIGURE 253 #define SN_HWPERF_OP_INVAL 254 +int sn_topology_open(struct inode *inode, struct file *file); +int sn_topology_release(struct inode *inode, struct file *file); #endif /* SN_HWPERF_H */ |