From: Linus Walleij Date: Thu, 30 Jun 2011 06:31:59 +0000 (+0200) Subject: staging: ste_rmi4: remove cross-dependent platform data X-Git-Tag: v3.1-rc1~232^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=857f727674f45157ec9a5d788c8954d9f082acb7;p=pandora-kernel.git staging: ste_rmi4: remove cross-dependent platform data The ux500 machine was actually defining platform data for the staging driver ste_rmi4, which is not OK. Let us instead define some __weak platform data in the machine so that the staging driver can override it at compile-time and we can thus have the driver self-contained in staging. Reported-by: Axel Lin Signed-off-by: Linus Walleij Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed