summaryrefslogtreecommitdiffstats
path: root/drivers/net/smc91x.h
diff options
context:
space:
mode:
authorviro@ZenIV.linux.org.uk2005-09-08 00:25:15 +0200
committerLinus Torvalds2005-09-08 02:17:34 +0200
commit4c86b114a45361aa3b321fd24c53023c300566fc (patch)
treeb557836fd885e331653375aec37df33a3f9bb17f /drivers/net/smc91x.h
parent[PATCH] bogus #if (arch/um/kernel/mem.c) (diff)
downloadkernel-qcow2-linux-4c86b114a45361aa3b321fd24c53023c300566fc.tar.gz
kernel-qcow2-linux-4c86b114a45361aa3b321fd24c53023c300566fc.tar.xz
kernel-qcow2-linux-4c86b114a45361aa3b321fd24c53023c300566fc.zip
[PATCH] bogus #if (smc91x.h)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/net/smc91x.h')
-rw-r--r--drivers/net/smc91x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h
index a9b06b8d8e3f..ac9ce6509eee 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); \