diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 22:10:01 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 22:10:01 +0900 |
commit | 0764bff445bb13cd17e41b6ab196ef83c23c6c17 (patch) | |
tree | 882be7ca1c68c8d50efd2eb2b000f46fdcf55205 /drivers/video | |
parent | 939a24a6df24649cea9fd0ff54fe71ee0dc1d61e (diff) | |
download | kernel-crypto-0764bff445bb13cd17e41b6ab196ef83c23c6c17.tar.gz kernel-crypto-0764bff445bb13cd17e41b6ab196ef83c23c6c17.tar.xz kernel-crypto-0764bff445bb13cd17e41b6ab196ef83c23c6c17.zip |
sh: More header path fixups for mach dir refactoring.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/pvr2fb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/pvr2fb.c b/drivers/video/pvr2fb.c index 8c863a7f654..0a0fd48a856 100644 --- a/drivers/video/pvr2fb.c +++ b/drivers/video/pvr2fb.c @@ -58,18 +58,18 @@ #ifdef CONFIG_SH_DREAMCAST #include <asm/machvec.h> -#include <asm/mach/sysasic.h> +#include <mach-dreamcast/mach/sysasic.h> #endif #ifdef CONFIG_SH_DMA #include <linux/pagemap.h> -#include <asm/mach/dma.h> +#include <mach/dma.h> #include <asm/dma.h> #endif #ifdef CONFIG_SH_STORE_QUEUES #include <linux/uaccess.h> -#include <asm/cpu/sq.h> +#include <cpu/sq.h> #endif #ifndef PCI_DEVICE_ID_NEC_NEON250 |