diff options
Diffstat (limited to 'drivers/video/arcfb.c')
-rw-r--r-- | drivers/video/arcfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/arcfb.c b/drivers/video/arcfb.c index db15baca3f7b..c3431691c9f2 100644 --- a/drivers/video/arcfb.c +++ b/drivers/video/arcfb.c | |||
@@ -48,7 +48,7 @@ | |||
48 | #include <linux/arcfb.h> | 48 | #include <linux/arcfb.h> |
49 | #include <linux/platform_device.h> | 49 | #include <linux/platform_device.h> |
50 | 50 | ||
51 | #include <asm/uaccess.h> | 51 | #include <linux/uaccess.h> |
52 | 52 | ||
53 | #define floor8(a) (a&(~0x07)) | 53 | #define floor8(a) (a&(~0x07)) |
54 | #define floorXres(a,xres) (a&(~(xres - 1))) | 54 | #define floorXres(a,xres) (a&(~(xres - 1))) |