summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-07-31 09:24:19 +0200
committerPaul Mundt <lethal@linux-sh.org>2008-08-01 21:39:33 +0200
commit26a8ef5326e390d89290822fb1f4fcf16845fd84 (patch)
tree6bd909f03e42c3d098041107f0ba5f69ab8bef39
parentsh: Fix up the audit arch endian specification. (diff)
downloadlinux-26a8ef5326e390d89290822fb1f4fcf16845fd84.tar.xz
linux-26a8ef5326e390d89290822fb1f4fcf16845fd84.zip
net: stnic: Fix up fallout from SH header migration.
asm/se.h moved to mach-se/mach/se.h, update the path. We could use mach/se.h here also, but it's preferable to be explicit when there's only a single supported mach-type. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--drivers/net/stnic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/stnic.c b/drivers/net/stnic.c
index b65be5d70fec..2ed0bd596815 100644
--- a/drivers/net/stnic.c
+++ b/drivers/net/stnic.c
@@ -19,7 +19,7 @@
#include <asm/system.h>
#include <asm/io.h>
-#include <asm/se.h>
+#include <mach-se/mach/se.h>
#include <asm/machvec.h>
#ifdef CONFIG_SH_STANDARD_BIOS
#include <asm/sh_bios.h>