Explorar el Código

[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 hace 20 años
padre
commit
4c86b114a4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);				\