]> git.openfabrics.org - ~emulex/infiniband.git/commit
ssbi: Allow compilation as a module
authorDavid Brown <davidb@codeaurora.org>
Tue, 12 Mar 2013 18:41:49 +0000 (11:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 17:37:21 +0000 (10:37 -0700)
commit4a6692e2ac4c6b09235a9568468dd83a380c271d
tree7ca33ee7acf29dc385260831877fb1e7bba99061
parent7b67d5610879c8f1851a47fd5adfe7e924f3fe53
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 <davidb@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ssbi/Kconfig
include/linux/msm_ssbi.h