Skip to content
Commit 17a7b0b4 authored by Lars Svensson's avatar Lars Svensson Committed by Greg Kroah-Hartman
Browse files

fb.h: Provide alternate screen_base pointer



Some drivers use member screen_base of struct fb_info to store non-
__iomem pointers, creating the need for ugly __force typecasts to
avoid sparse warnings. This adds an alternate pointer without the
__iomem qualifyer for this use.

Signed-off-by: default avatarLars Svensson <lars1.svensson@sonymobile.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e9f68065
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment