mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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 <mingo@elte.hu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
3f88662074
commit
f82b9878e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue