Ver Fonte

[PATCH] bogus #if (smc91x.h)

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
viro@ZenIV.linux.org.uk há 20 anos atrás
pai
commit
4c86b114a4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      drivers/net/smc91x.h

+ 1 - 1
drivers/net/smc91x.h

@@ -986,7 +986,7 @@ static const char * chip_ids[ 16 ] =  {
 	})
 	})
 #endif
 #endif
 
 
-#if SMC_CAN_USE_DATACS
+#ifdef SMC_CAN_USE_DATACS
 #define SMC_PUSH_DATA(p, l)						\
 #define SMC_PUSH_DATA(p, l)						\
 	if ( lp->datacs ) {						\
 	if ( lp->datacs ) {						\
 		unsigned char *__ptr = (p);				\
 		unsigned char *__ptr = (p);				\