diff --git a/[refs] b/[refs] index be4fe96f0f75..38a1480120fe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9a0b3869bbf7cc66ee668515d4852c729158c0ca +refs/heads/master: 4c86b114a45361aa3b321fd24c53023c300566fc diff --git a/trunk/drivers/net/smc91x.h b/trunk/drivers/net/smc91x.h index a9b06b8d8e3f..ac9ce6509eee 100644 --- a/trunk/drivers/net/smc91x.h +++ b/trunk/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); \