diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-07-31 03:37:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 18:39:37 -0400 |
commit | aff39a852eb20ee6709327d1db7610fa9bec3531 (patch) | |
tree | d2ae5692b5acd02d9b2730bc83597ff502572e2a /drivers/video/s3c2410fb.h | |
parent | 1692b37c99d5087cf2f814466a907a3dd35a1453 (diff) |
s3c2410fb: fix s3c2410 compilation
The implicit mapping has been removed from the arch
as this should be handled in the driver, this patch
fixes the s3c2410_fb driver to ioremap() the necessary
registers.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Acked-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/s3c2410fb.h')
-rw-r--r-- | drivers/video/s3c2410fb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/s3c2410fb.h b/drivers/video/s3c2410fb.h index f3f8a8e15012..17c7915b7acd 100644 --- a/drivers/video/s3c2410fb.h +++ b/drivers/video/s3c2410fb.h | |||
@@ -30,6 +30,9 @@ struct s3c2410fb_info { | |||
30 | struct device *dev; | 30 | struct device *dev; |
31 | struct clk *clk; | 31 | struct clk *clk; |
32 | 32 | ||
33 | struct resource *mem; | ||
34 | void __iomem *io; | ||
35 | |||
33 | struct s3c2410fb_mach_info *mach_info; | 36 | struct s3c2410fb_mach_info *mach_info; |
34 | 37 | ||
35 | /* raw memory addresses */ | 38 | /* raw memory addresses */ |