diff options
author | David Brown <davidb@codeaurora.org> | 2013-03-12 14:41:54 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-25 13:39:40 -0400 |
commit | ce44bf5b5544cbe6358abb01f039361a99b80901 (patch) | |
tree | d50ca57efbfa4245d32d2206e42546d02cb2c3cd /drivers/Makefile | |
parent | 37799ef4fa95ceec09b5c214fb281c6e6acddf5b (diff) |
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>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 778821ba3f68..4865ed24708a 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -114,7 +114,7 @@ obj-y += firmware/ | |||
114 | obj-$(CONFIG_CRYPTO) += crypto/ | 114 | obj-$(CONFIG_CRYPTO) += crypto/ |
115 | obj-$(CONFIG_SUPERH) += sh/ | 115 | obj-$(CONFIG_SUPERH) += sh/ |
116 | obj-$(CONFIG_ARCH_SHMOBILE) += sh/ | 116 | obj-$(CONFIG_ARCH_SHMOBILE) += sh/ |
117 | obj-$(CONFIG_MSM_SSBI) += ssbi/ | 117 | obj-$(CONFIG_SSBI) += ssbi/ |
118 | ifndef CONFIG_ARCH_USES_GETTIMEOFFSET | 118 | ifndef CONFIG_ARCH_USES_GETTIMEOFFSET |
119 | obj-y += clocksource/ | 119 | obj-y += clocksource/ |
120 | endif | 120 | endif |