diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-10-17 22:20:22 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2009-12-12 13:08:14 +0100 |
commit | 3252b11fc4790d046b93f300c898df2f7cd7c176 (patch) | |
tree | a1239e538ad9be65c77414c5fb11ae75739e1836 /arch/sh/drivers | |
parent | 66206536fe56e889a8bd86ab5742fc76c78c5b4a (diff) | |
download | op-kernel-dev-3252b11fc4790d046b93f300c898df2f7cd7c176.zip op-kernel-dev-3252b11fc4790d046b93f300c898df2f7cd7c176.tar.gz |
sh: move machtypes.h to include/generated
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/sh/drivers')
-rw-r--r-- | arch/sh/drivers/pci/fixups-rts7751r2d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/fixups-rts7751r2d.c b/arch/sh/drivers/pci/fixups-rts7751r2d.c index 052b354..7898f14 100644 --- a/arch/sh/drivers/pci/fixups-rts7751r2d.c +++ b/arch/sh/drivers/pci/fixups-rts7751r2d.c @@ -15,7 +15,7 @@ #include <mach/lboxre2.h> #include <mach/r2d.h> #include "pci-sh4.h" -#include <asm/machtypes.h> +#include <generated/machtypes.h> #define PCIMCR_MRSET_OFF 0xBFFFFFFF #define PCIMCR_RFSH_OFF 0xFFFFFFFB |