aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/stnic.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-07-31 03:24:19 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-08-01 15:39:33 -0400
commit26a8ef5326e390d89290822fb1f4fcf16845fd84 (patch)
tree6bd909f03e42c3d098041107f0ba5f69ab8bef39 /drivers/net/stnic.c
parent9e5e21170e4de269cd5b9d53ac9d60d220e3be63 (diff)
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>
Diffstat (limited to 'drivers/net/stnic.c')
-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 @@
19 19
20#include <asm/system.h> 20#include <asm/system.h>
21#include <asm/io.h> 21#include <asm/io.h>
22#include <asm/se.h> 22#include <mach-se/mach/se.h>
23#include <asm/machvec.h> 23#include <asm/machvec.h>
24#ifdef CONFIG_SH_STANDARD_BIOS 24#ifdef CONFIG_SH_STANDARD_BIOS
25#include <asm/sh_bios.h> 25#include <asm/sh_bios.h>