From 68c7c42d763302a80a721bb0254d90308414f628 Mon Sep 17 00:00:00 2001 From: Dirk Behme Date: Mon, 21 Nov 2005 09:08:34 -0800 Subject: [PATCH] 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 --- drivers/input/touchscreen/omap/omap_ts.c | 2 +- sound/arm/omap-aic23.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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); -- 2.41.1