Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26a8ef53 authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 9e5e2117
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>