Skip to content

Commit

Permalink
[SPARC] SBUS: display7seg.c needs asm/io.h
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 14, 2007
1 parent 4b5dff7 commit 3049f89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/sbus/char/display7seg.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <asm/ebus.h> /* EBus device */
#include <asm/oplib.h> /* OpenProm Library */
#include <asm/uaccess.h> /* put_/get_user */
#include <asm/io.h>

#include <asm/display7seg.h>

Expand Down

0 comments on commit 3049f89

Please sign in to comment.