From: Dirk Behme Date: Mon, 21 Nov 2005 17:08:34 +0000 (-0800) Subject: ARM: OMAP: Remove error X-Git-Tag: v2.6.15-omap2~82 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=68c7c42d763302a80a721bb0254d90308414f628;p=linux-2.6-omap-h63xx.git ARM: OMAP: Remove error drivers/video/omap/omapfb_main.c:1395: error: platform_bus_type' undeclared here (not in a function) Remove warning sound/arm/omap-aic23.c:882: warning: initialization from incompatible pointer type sound/arm/omap-aic23.c:883: warning: initialization from incompatible pointer type Signed-off-by: Dirk Behme Signed-off-by: Tony Lindgren --- diff --git a/drivers/input/touchscreen/omap/omap_ts.c b/drivers/input/touchscreen/omap/omap_ts.c index 269ffc75ef0..a7fa016cb53 100644 --- a/drivers/input/touchscreen/omap/omap_ts.c +++ b/drivers/input/touchscreen/omap/omap_ts.c @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include diff --git a/sound/arm/omap-aic23.c b/sound/arm/omap-aic23.c index 9c651cf36de..960108f546e 100644 --- a/sound/arm/omap-aic23.c +++ b/sound/arm/omap-aic23.c @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include #include #include @@ -668,7 +668,7 @@ static int snd_omap_aic23_resume(snd_card_t * card) /* * Driver suspend/resume - calls alsa functions. Some hints from aaci.c */ -static int omap_aic23_suspend(struct device *dev, pm_message_t state, u32 level) +static int omap_aic23_suspend(struct device *dev, pm_message_t state) { snd_card_t *card = dev_get_drvdata(dev); @@ -678,7 +678,7 @@ static int omap_aic23_suspend(struct device *dev, pm_message_t state, u32 level) return 0; } -static int omap_aic23_resume(struct device *dev, u32 level) +static int omap_aic23_resume(struct device *dev) { snd_card_t *card = dev_get_drvdata(dev);