commit | 251b9b0d403f61f507155697a459038b2ee3336c | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Thu Sep 15 16:44:57 2011 -0500 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Sun Sep 18 20:08:58 2011 +0000 |
tree | 92bdd9263ae495f68251162577703116023cba78 | |
parent | 3f78bbd1a256e04dfb486dbee0430e0ecad6d960 [diff] |
drivers/video: fsl-diu-fb: the video buffer is not I/O memory The video buffer is not uncached memory-mapped I/O, so don't tag the virtual address as __iomem. It's also not a u8*. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>