aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/Kbuild
diff options
context:
space:
mode:
authorCedric Le Goater <clg@fr.ibm.com>2006-10-04 05:15:19 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-04 10:55:12 -0400
commitb119f13f56a7a47915278ab5eb3c666ca5dbb067 (patch)
tree08bc5ae66125dfa5772eea31c26e6ae109843f5b /include/linux/Kbuild
parent78b656b8bf933101b42409b4492734b23427bfc3 (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/Kbuild2
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
156header-y += ultrasound.h 156header-y += ultrasound.h
157header-y += un.h 157header-y += un.h
158header-y += utime.h 158header-y += utime.h
159header-y += utsname.h
160header-y += video_decoder.h 159header-y += video_decoder.h
161header-y += video_encoder.h 160header-y += video_encoder.h
162header-y += videotext.h 161header-y += videotext.h
@@ -333,6 +332,7 @@ unifdef-y += unistd.h
333unifdef-y += usb_ch9.h 332unifdef-y += usb_ch9.h
334unifdef-y += usbdevice_fs.h 333unifdef-y += usbdevice_fs.h
335unifdef-y += user.h 334unifdef-y += user.h
335unifdef-y += utsname.h
336unifdef-y += videodev2.h 336unifdef-y += videodev2.h
337unifdef-y += videodev.h 337unifdef-y += videodev.h
338unifdef-y += wait.h 338unifdef-y += wait.h