From: Felipe Balbi <felipe.balbi@xxxxxxxxx> Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxx> --- drivers/video/backlight/omap1_bl.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/backlight/omap1_bl.c b/drivers/video/backlight/omap1_bl.c index cbad67e..12d4d50 100644 --- a/drivers/video/backlight/omap1_bl.c +++ b/drivers/video/backlight/omap1_bl.c @@ -41,12 +41,12 @@ struct omap_backlight { static void inline omapbl_send_intensity(int intensity) { - omap_writeb(intensity, OMAP_PWL_ENABLE); + __raw_writeb(intensity, OMAP_PWL_ENABLE); } static void inline omapbl_send_enable(int enable) { - omap_writeb(enable, OMAP_PWL_CLK_ENABLE); + __raw_writeb(enable, OMAP_PWL_CLK_ENABLE); } static void omapbl_blank(struct omap_backlight *bl, int mode) -- 1.6.0.2.307.gc427 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html