aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2007-11-14 16:21:00 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2008-02-01 14:34:50 -0800
commit6d71190e945d31617324e8320965946ad17e6e8c (patch)
tree4a4d2d933391fe4bdeb90f3236e28ad6da70b4cf /include/linux
parentUSB: usb_serial_console: allocate fake tty and termios before calling driver open() method (diff)
downloadlinux-dev-6d71190e945d31617324e8320965946ad17e6e8c.tar.xz
linux-dev-6d71190e945d31617324e8320965946ad17e6e8c.zip
USB: linux/usb/Kbuild needs only "header-y", not "unifdef-y"
Given that none of the referenced header files test the proprocessor conditional __KERNEL__, there's no point "unifdef"fing them. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/usb/Kbuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/usb/Kbuild b/include/linux/usb/Kbuild
index 74a9ce78e7a9..b8cba1dcb2c6 100644
--- a/include/linux/usb/Kbuild
+++ b/include/linux/usb/Kbuild
@@ -1,7 +1,7 @@
-unifdef-y += audio.h
-unifdef-y += cdc.h
-unifdef-y += ch9.h
-unifdef-y += gadgetfs.h
-unifdef-y += midi.h
+header-y += audio.h
+header-y += cdc.h
+header-y += ch9.h
+header-y += gadgetfs.h
+header-y += midi.h
unifdef-y += g_printer.h