Commit d1140bbe authored by Dirk Behme's avatar Dirk Behme Committed by Tony Lindgren

Remove warnings:

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: default avatarTony Lindgren <tony@atomide.com>
parent 78e8c376
......@@ -696,7 +696,7 @@ static int dsp_drv_remove(struct device *dev)
}
#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:
......
......@@ -1565,7 +1565,8 @@ static ssize_t exmap_show(struct device *dev, struct device_attribute *attr,
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment