Skip to content

Commit

Permalink
USB: linux/usb/Kbuild needs only "header-y", not "unifdef-y"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert P. J. Day authored and Greg Kroah-Hartman committed Feb 1, 2008
1 parent c87d6a4 commit 6d71190
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/linux/usb/Kbuild
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6d71190

Please sign in to comment.