Skip to content

Commit f82b987

Browse files
Ingo Molnargregkh
authored andcommitted
USB: build fix
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 3f88662 commit f82b987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/usb/cdc_subset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ static const struct driver_info blob_info = {
218218
/*-------------------------------------------------------------------------*/
219219

220220
#ifndef HAVE_HARDWARE
221-
#error You need to configure some hardware for this driver
221+
#warning You need to configure some hardware for this driver
222222
#endif
223223

224224
/*

0 commit comments

Comments
 (0)