diff options
Diffstat (limited to 'drivers/video/imsttfb.c')
-rw-r--r-- | drivers/video/imsttfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/imsttfb.c b/drivers/video/imsttfb.c index 94f4511023d8..3ab91bf21576 100644 --- a/drivers/video/imsttfb.c +++ b/drivers/video/imsttfb.c | |||
@@ -29,7 +29,7 @@ | |||
29 | #include <linux/init.h> | 29 | #include <linux/init.h> |
30 | #include <linux/pci.h> | 30 | #include <linux/pci.h> |
31 | #include <asm/io.h> | 31 | #include <asm/io.h> |
32 | #include <asm/uaccess.h> | 32 | #include <linux/uaccess.h> |
33 | 33 | ||
34 | #if defined(CONFIG_PPC) | 34 | #if defined(CONFIG_PPC) |
35 | #include <linux/nvram.h> | 35 | #include <linux/nvram.h> |