[IA64] Fix a couple of warnings for EXPORT_SYMBOL
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 27 Feb 2012 23:08:25 +0000 (18:08 -0500)
committerTony Luck <tony.luck@intel.com>
Tue, 28 Feb 2012 00:20:09 +0000 (16:20 -0800)
To get rid of things like:

arch/ia64/sn/kernel/sn2/sn_hwperf.c:1002:1: warning: data definition has no type or storage class
arch/ia64/sn/kernel/sn2/sn_hwperf.c:1002:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
arch/ia64/sn/kernel/sn2/sn_hwperf.c:1002:1: warning: parameter names (without types) in function declaration

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found