Skip to content

Commit

Permalink
net: stnic: Fix up fallout from SH header migration.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Aug 1, 2008
1 parent 9e5e211 commit 26a8ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/stnic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 26a8ef5

Please sign in to comment.