diff options
Diffstat (limited to 'drivers/video/hecubafb.c')
-rw-r--r-- | drivers/video/hecubafb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/hecubafb.c b/drivers/video/hecubafb.c index abfcb50364c8..94e0df8a6f60 100644 --- a/drivers/video/hecubafb.c +++ b/drivers/video/hecubafb.c | |||
@@ -45,7 +45,7 @@ | |||
45 | #include <linux/init.h> | 45 | #include <linux/init.h> |
46 | #include <linux/platform_device.h> | 46 | #include <linux/platform_device.h> |
47 | #include <linux/list.h> | 47 | #include <linux/list.h> |
48 | #include <asm/uaccess.h> | 48 | #include <linux/uaccess.h> |
49 | 49 | ||
50 | /* Apollo controller specific defines */ | 50 | /* Apollo controller specific defines */ |
51 | #define APOLLO_START_NEW_IMG 0xA0 | 51 | #define APOLLO_START_NEW_IMG 0xA0 |