linux/drivers/ssbi
David Brown 4a6692e2ac 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>
2013-03-25 10:37:21 -07:00
..
Kconfig ssbi: Allow compilation as a module 2013-03-25 10:37:21 -07:00
Makefile
ssbi.c ssbi: Fix exit mismatch in remove function 2013-03-25 10:37:21 -07:00