diff options
author | Cedric Le Goater <clg@fr.ibm.com> | 2006-10-04 05:15:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-04 10:55:12 -0400 |
commit | b119f13f56a7a47915278ab5eb3c666ca5dbb067 (patch) | |
tree | 08bc5ae66125dfa5772eea31c26e6ae109843f5b /include/linux/Kbuild | |
parent | 78b656b8bf933101b42409b4492734b23427bfc3 (diff) |
[PATCH] ipc: headers_check fix
Fix headers_check #ifdef __KERNEL__ stuff.
Signed-off-by: Cedric Le Goater <clg@fr.ibm.com>
All-the-fault-of: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index f7a52e19b4be..9e8bcb5fa99c 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -156,7 +156,6 @@ header-y += toshiba.h | |||
156 | header-y += ultrasound.h | 156 | header-y += ultrasound.h |
157 | header-y += un.h | 157 | header-y += un.h |
158 | header-y += utime.h | 158 | header-y += utime.h |
159 | header-y += utsname.h | ||
160 | header-y += video_decoder.h | 159 | header-y += video_decoder.h |
161 | header-y += video_encoder.h | 160 | header-y += video_encoder.h |
162 | header-y += videotext.h | 161 | header-y += videotext.h |
@@ -333,6 +332,7 @@ unifdef-y += unistd.h | |||
333 | unifdef-y += usb_ch9.h | 332 | unifdef-y += usb_ch9.h |
334 | unifdef-y += usbdevice_fs.h | 333 | unifdef-y += usbdevice_fs.h |
335 | unifdef-y += user.h | 334 | unifdef-y += user.h |
335 | unifdef-y += utsname.h | ||
336 | unifdef-y += videodev2.h | 336 | unifdef-y += videodev2.h |
337 | unifdef-y += videodev.h | 337 | unifdef-y += videodev.h |
338 | unifdef-y += wait.h | 338 | unifdef-y += wait.h |