projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33635ef
)
USB: g_printer.h does not need to be "unifdef"ed.
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Fri, 7 Mar 2008 16:02:00 +0000
(11:02 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 10 Mar 2008 23:42:26 +0000
(16:42 -0700)
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>
include/linux/usb/Kbuild
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/usb/Kbuild
b/include/linux/usb/Kbuild
index b8cba1dcb2c63008a60f17926c40b3a5b728cc9c..42e84fc315e30f3a71396c29bc52375744fa49c7 100644
(file)
--- 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