Skip to content

Commit

Permalink
[PATCH] missing include in smc-ultra
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Aug 29, 2005
1 parent 03ecc67 commit bf4e70e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/smc-ultra.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ static const char version[] =
#include <linux/etherdevice.h>

#include <asm/io.h>
#include <asm/irq.h>
#include <asm/system.h>

#include "8390.h"
Expand Down

0 comments on commit bf4e70e

Please sign in to comment.