diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-17 13:57:15 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 18:44:45 +0900 |
commit | 866ef8f48f2272ce8d84156c91964d730666ab33 (patch) | |
tree | 683761501449f87a85a9df966818a0824fe781a0 /arch/sh/include/asm/machvec.h | |
parent | 0ef0e6ca426d28561b752e5f576932659295b928 (diff) | |
download | talos-obmc-linux-866ef8f48f2272ce8d84156c91964d730666ab33.tar.gz talos-obmc-linux-866ef8f48f2272ce8d84156c91964d730666ab33.zip |
sh: mach-edosk7705: Fix up edosk7705 so it all builds again.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/machvec.h')
-rw-r--r-- | arch/sh/include/asm/machvec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/machvec.h b/arch/sh/include/asm/machvec.h index eec0d22750ba..64b1c16a0f03 100644 --- a/arch/sh/include/asm/machvec.h +++ b/arch/sh/include/asm/machvec.h @@ -14,8 +14,6 @@ #include <linux/time.h> #include <asm/machtypes.h> -struct device; - struct sh_machine_vector { void (*mv_setup)(char **cmdline_p); const char *mv_name; |