Skip to content

Commit

Permalink
USB: g_printer.h does not need to be "unifdef"ed.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert P. J. Day authored and Greg Kroah-Hartman committed Mar 10, 2008
1 parent 33635ef commit e610625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/usb/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e610625

Please sign in to comment.