[PATCH] arm: Fix missing api-change from subsys_interface change

Greg KH gregkh at suse.de
Thu Jan 12 11:06:05 EST 2012


On Thu, Jan 12, 2012 at 02:30:48PM +0100, Heiko Stübner wrote:
> 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 <heiko at sntech.de>
> ---
> The patch applies cleanly against the current driver-core git,
> hopefully it's the right tree.

Thanks for fixing this up, sorry for getting it wrong.

This should be done against the Samsung arm git tree, and go in through
that one.  The driver-core git tree is equal to Linus's tree of a few
days ago, there are no driver-core patches in it at the moment.

Kukjin, can you take these?

thanks,

greg k-h



More information about the linux-arm-kernel mailing list