diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-04-30 03:55:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-30 11:29:54 -0400 |
commit | 735643ee6cc5249bfac07fcad0946a5e7aff4423 (patch) | |
tree | e725df246f4a3cf88b6b42a28d859ab969acf81c /include/linux/isicom.h | |
parent | 71cc2c2152170b8166f59abb0604dc62073aeb92 (diff) |
Remove "#ifdef __KERNEL__" checks from unexported headers
Remove the "#ifdef __KERNEL__" tests from unexported header files in
linux/include whose entire contents are wrapped in that preprocessor
test.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/isicom.h')
-rw-r--r-- | include/linux/isicom.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/isicom.h b/include/linux/isicom.h index 8f4c71759d73..bbd42197298f 100644 --- a/include/linux/isicom.h +++ b/include/linux/isicom.h | |||
@@ -1,11 +1,6 @@ | |||
1 | #ifndef _LINUX_ISICOM_H | 1 | #ifndef _LINUX_ISICOM_H |
2 | #define _LINUX_ISICOM_H | 2 | #define _LINUX_ISICOM_H |
3 | 3 | ||
4 | /*#define ISICOM_DEBUG*/ | ||
5 | /*#define ISICOM_DEBUG_DTR_RTS*/ | ||
6 | |||
7 | #ifdef __KERNEL__ | ||
8 | |||
9 | #define YES 1 | 4 | #define YES 1 |
10 | #define NO 0 | 5 | #define NO 0 |
11 | 6 | ||
@@ -85,6 +80,4 @@ | |||
85 | 80 | ||
86 | #define ISI_TXOK 0x0001 | 81 | #define ISI_TXOK 0x0001 |
87 | 82 | ||
88 | #endif /* __KERNEL__ */ | ||
89 | |||
90 | #endif /* ISICOM_H */ | 83 | #endif /* ISICOM_H */ |