Skip to content

Commit

Permalink
ARM: EXYNOS: Fix "warning: initialization from incompatible pointer t…
Browse files Browse the repository at this point in the history
…ype"

Fix the wrong function prototype.

Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Jonghwan Choi authored and Kukjin Kim committed Jan 27, 2012
1 parent 706212f commit 9a60571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-exynos/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ static void exynos4_pm_prepare(void)

}

static int exynos4_pm_add(struct device *dev)
static int exynos4_pm_add(struct device *dev, struct subsys_interface *sif)
{
pm_cpu_prep = exynos4_pm_prepare;
pm_cpu_sleep = exynos4_cpu_suspend;
Expand Down

0 comments on commit 9a60571

Please sign in to comment.