aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/pdc.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 11:36:07 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-02-01 11:01:27 +0530
commit79f95ac2412c993e52f02cfde1f71d141b2e530d (patch)
tree2995c4185750d302b11773111d2db3485eba9ab6 /arch/parisc/include/asm/pdc.h
parentheaders_check fix: mn10300, swab.h (diff)
downloadlinux-dev-79f95ac2412c993e52f02cfde1f71d141b2e530d.tar.xz
linux-dev-79f95ac2412c993e52f02cfde1f71d141b2e530d.zip
headers_check fix: parisc, pdc.h
fix the following 'make headers_check' warning: usr/include/asm-parisc/pdc.h:420: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to '')
-rw-r--r--arch/parisc/include/asm/pdc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/pdc.h b/arch/parisc/include/asm/pdc.h
index c584b00c6074..430f1aeea0b8 100644
--- a/arch/parisc/include/asm/pdc.h
+++ b/arch/parisc/include/asm/pdc.h
@@ -336,10 +336,11 @@
#define NUM_PDC_RESULT 32
#if !defined(__ASSEMBLY__)
-#ifdef __KERNEL__
#include <linux/types.h>
+#ifdef __KERNEL__
+
extern int pdc_type;
/* Values for pdc_type */