diff options
author | David Brown <davidb@codeaurora.org> | 2013-03-12 19:41:49 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-25 18:37:21 +0100 |
commit | 4a6692e2ac4c6b09235a9568468dd83a380c271d (patch) | |
tree | 7ca33ee7acf29dc385260831877fb1e7bba99061 /drivers/ssbi/ssbi.c | |
parent | ssbi: Fix exit mismatch in remove function (diff) | |
download | linux-4a6692e2ac4c6b09235a9568468dd83a380c271d.tar.xz linux-4a6692e2ac4c6b09235a9568468dd83a380c271d.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions