Skip to content

Commit

Permalink
[SPARC64] auxio: Remove asm/{sbus,ebus}.h includes.
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 authored and David S. Miller committed Jun 29, 2006
1 parent 89d1d0a commit f2ad06a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions arch/sparc64/kernel/auxio.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
#include <linux/init.h>
#include <linux/ioport.h>

#include <asm/oplib.h>
#include <asm/prom.h>
#include <asm/of_device.h>
#include <asm/io.h>
#include <asm/sbus.h>
#include <asm/ebus.h>
#include <asm/auxio.h>

void __iomem *auxio_register = NULL;
Expand Down

0 comments on commit f2ad06a

Please sign in to comment.