From: viro@ZenIV.linux.org.uk Date: Wed, 7 Sep 2005 22:25:15 +0000 (+0100) Subject: [PATCH] bogus #if (smc91x.h) X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4c86b114a45361aa3b321fd24c53023c300566fc;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [PATCH] bogus #if (smc91x.h) Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index a9b06b8d8e3..ac9ce6509ee 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); \