Skip to content

Commit

Permalink
USB: build fix
Browse files Browse the repository at this point in the history
this config:

http://redhat.com/~mingo/misc/config-Wed_Apr_30_15_12_48_CEST_2008.bad

fails to build due to an #error. Turn that into a #warning instead
to not break randconfig builds unnecessarily.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ingo Molnar authored and Greg Kroah-Hartman committed May 20, 2008
1 parent 3f88662 commit f82b987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/usb/cdc_subset.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ static const struct driver_info blob_info = {
/*-------------------------------------------------------------------------*/

#ifndef HAVE_HARDWARE
#error You need to configure some hardware for this driver
#warning You need to configure some hardware for this driver
#endif

/*
Expand Down

0 comments on commit f82b987

Please sign in to comment.