diff options
-rw-r--r-- | drivers/net/smc91x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index a9b06b8d8e3f..ac9ce6509eee 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h | |||
@@ -986,7 +986,7 @@ static const char * chip_ids[ 16 ] = { | |||
986 | }) | 986 | }) |
987 | #endif | 987 | #endif |
988 | 988 | ||
989 | #if SMC_CAN_USE_DATACS | 989 | #ifdef SMC_CAN_USE_DATACS |
990 | #define SMC_PUSH_DATA(p, l) \ | 990 | #define SMC_PUSH_DATA(p, l) \ |
991 | if ( lp->datacs ) { \ | 991 | if ( lp->datacs ) { \ |
992 | unsigned char *__ptr = (p); \ | 992 | unsigned char *__ptr = (p); \ |