diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index a9b06b8d8e3ff185ffbd9cb90ff00e1ee0528fc3..ac9ce6509eee78af13c014d184b27bb0f5922e64 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h @@ -986,7 +986,7 @@ static const char * chip_ids[ 16 ] = { }) #endif -#if SMC_CAN_USE_DATACS +#ifdef SMC_CAN_USE_DATACS #define SMC_PUSH_DATA(p, l) \ if ( lp->datacs ) { \ unsigned char *__ptr = (p); \