diff options
Diffstat (limited to 'drivers/video/pvr2fb.c')
| -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  |