|
|
@@ -209,7 +209,8 @@ static inline void * legacy_isa_get_drvdata ( void *hwdev ) {
|
|
209
|
209
|
|
|
210
|
210
|
#undef DRIVER
|
|
211
|
211
|
#define DRIVER(_name_text,_unused2,_unused3,_name,_probe,_disable) \
|
|
212
|
|
- static const char _name ## _text[] = _name_text; \
|
|
|
212
|
+ static __attribute__ (( unused )) const char \
|
|
|
213
|
+ _name ## _text[] = _name_text; \
|
|
213
|
214
|
static inline int \
|
|
214
|
215
|
_name ## _probe ( struct nic *nic, void *hwdev ) { \
|
|
215
|
216
|
return _probe ( nic, hwdev ); \
|