aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap
diff options
context:
space:
mode:
authorNicolas Kaiser <nikai@nikai.net>2010-10-04 14:38:42 -0400
committerTomi Valkeinen <tomi.valkeinen@nokia.com>2010-10-22 16:21:02 -0400
commit2308bfb8acbdab6883e5dd5bb1f4fe60ca5faefa (patch)
treed86850f78c99c16f095b06b7fa74a0e704d7ea96 /drivers/video/omap
parent9dbb7a5da96ed864f8b92297258ba73c6325d755 (diff)
video/omap: remove mux.h include
Including mux.h should no longer be needed for omap2/3/4 SoCs outside arch/arm/mach-omap2 files. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'drivers/video/omap')
-rw-r--r--drivers/video/omap/lcd_omap3beagle.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/omap/lcd_omap3beagle.c b/drivers/video/omap/lcd_omap3beagle.c
index ca75cc2a87a5..d7c6c3e0afc6 100644
--- a/drivers/video/omap/lcd_omap3beagle.c
+++ b/drivers/video/omap/lcd_omap3beagle.c
@@ -25,8 +25,6 @@
25#include <linux/gpio.h> 25#include <linux/gpio.h>
26#include <linux/i2c/twl.h> 26#include <linux/i2c/twl.h>
27 27
28#include <plat/mux.h>
29#include <plat/mux.h>
30#include <asm/mach-types.h> 28#include <asm/mach-types.h>
31 29
32#include "omapfb.h" 30#include "omapfb.h"