gfx: drv: Don't tell fbdev about mmio regions
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 20 Mar 2012 14:46:21 +0000 (16:46 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 3 Jul 2012 09:30:44 +0000 (12:30 +0300)
commit9e340260ff9f3f4abad157dcf6e231f15c6a2e39
tree11b7ac75a5d3d5871a7ca3935c19cf80467b6df9
parentd98d6bf463c3fc5a8c26f29a972cca633a55b6c1
gfx: drv: Don't tell fbdev about mmio regions

The fbdev mmio information is not used by the kernel for anything,
it's simply passed directly out to user space. User space should not
be allowed to touch the mmio registers directly, so it clearly doesn't
need to know where the mmio region is located physically.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
drivers/staging/mrst/drv/psb_fb.c