From: Heiko Stuebner Date: Fri, 27 Jan 2012 06:35:25 +0000 (+0900) Subject: ARM: SAMSUNG: Fix missing api-change from subsys_interface change X-Git-Tag: v3.3-rc4~1^2~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04511a6faeed146030dcc5b892beff30fa0a7c9b;p=pandora-kernel.git ARM: SAMSUNG: Fix missing api-change from subsys_interface change Commit 4a858cfc9a (arm: convert sysdev_class to a regular subsystem) converted the samsung sysdevs into subsys_interface instances. While the original add-function only had a (struct sys_device *) parameter, the dev_add from subsys_interface needs (struct device *, struct subsys_interface *) leading to "initialized from incompatible pointer type" warnings. Signed-off-by: Heiko Stuebner Cc: Greg Kroah-Hartman Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed