From: David Brown Date: Tue, 12 Mar 2013 18:41:49 +0000 (-0700) Subject: ssbi: Allow compilation as a module X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~139^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a6692e2ac4c6b09235a9568468dd83a380c271d;p=pandora-kernel.git ssbi: Allow compilation as a module The ssbi driver's read/write entry points are protected with wrappers in the case when the driver isn't enabled. These wrappers don't make any sense, since a client of the SSBI bus won't work without it. Make these just regular functions, so that the SSBI driver can be built as a module. Signed-off-by: David Brown Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed