projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c87d6a4
)
USB: linux/usb/Kbuild needs only "header-y", not "unifdef-y"
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Wed, 14 Nov 2007 21:21:00 +0000
(16:21 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 1 Feb 2008 22:34:50 +0000
(14:34 -0800)
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>
include/linux/usb/Kbuild
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/usb/Kbuild
b/include/linux/usb/Kbuild
index 74a9ce78e7a93e7a56cdeace1f770615d9649a25..b8cba1dcb2c63008a60f17926c40b3a5b728cc9c 100644
(file)
--- 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