arch/arm/plat-omap/dsp/dsp_core.c:760: warning: initialization from
incompatible pointer type
arch/arm/plat-omap/dsp/dsp_mem.c:1579: warning: initialization from
incompatible pointer type
Signed-off-by: Dirk Behme <dirk.behme_at_de.bosch.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
}
#ifdef CONFIG_PM
-static int dsp_drv_suspend(struct device *dev, u32 state, u32 level)
+static int dsp_drv_suspend(struct device *dev, pm_message_t state, u32 level)
{
switch(level) {
case SUSPEND_NOTIFY:
static struct device_attribute dev_attr_exmap = __ATTR_RO(exmap);
-static ssize_t kmem_pool_show(struct device *dev, char *buf)
+static ssize_t kmem_pool_show(struct device *dev,
+ struct device_attribute *attr, char *buf)
{
int count_1M, count_64K, total;