aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2008-03-07 11:02:00 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2008-03-10 16:42:26 -0700
commite61062587d0484c3852e822e844416c728362438 (patch)
treebcf3c3323d6469a4be17e343e2c24101a3434ab2 /include
parentUSB: fsl_usb2_udc: fix broken Kconfig (diff)
downloadlinux-dev-e61062587d0484c3852e822e844416c728362438.tar.xz
linux-dev-e61062587d0484c3852e822e844416c728362438.zip
USB: g_printer.h does not need to be "unifdef"ed.
Since the header file g_printer.h doesn't depend on __KERNEL__, there's no need to unifdef it in the Kbuild file. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/Kbuild b/include/linux/usb/Kbuild
index b8cba1dcb2c6..42e84fc315e3 100644
--- a/include/linux/usb/Kbuild
+++ b/include/linux/usb/Kbuild
@@ -3,5 +3,5 @@ header-y += cdc.h
header-y += ch9.h
header-y += gadgetfs.h
header-y += midi.h
-unifdef-y += g_printer.h
+header-y += g_printer.h