]> git.baikalelectronics.ru Git - kernel.git/commit
SSBI: Remove MSM_ prefix from SSBI drivers
authorDavid Brown <davidb@codeaurora.org>
Tue, 12 Mar 2013 18:41:54 +0000 (11:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 17:39:40 +0000 (10:39 -0700)
commitac571ef1645294d2ce156cb4cadc47912813965d
treed50ca57efbfa4245d32d2206e42546d02cb2c3cd
parentbe2a8255f474c88af65df66ff64d32c09ff7799c
SSBI: Remove MSM_ prefix from SSBI drivers

Although the SSBI sub is currently only used on MSM SoCs, it is still
a bus in its own right.  Remove this msm_ prefix from the driver and
it's symbols.  Clients can now refer directly to ssbi_write() and
ssbi_read().

Signed-off-by: David Brown <davidb@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/Makefile
drivers/mfd/Kconfig
drivers/mfd/pm8921-core.c
drivers/ssbi/Kconfig
drivers/ssbi/Makefile
drivers/ssbi/ssbi.c
include/linux/msm_ssbi.h [deleted file]
include/linux/ssbi.h [new file with mode: 0644]