Skip to content

Commit

Permalink
[PATCH] bogus #if (smc91x.h)
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
viro@ZenIV.linux.org.uk authored and Linus Torvalds committed Sep 8, 2005
1 parent 9a0b386 commit 4c86b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/smc91x.h
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
Expand Down

0 comments on commit 4c86b11

Please sign in to comment.