This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ae249b5fa2
linux
/
drivers
/
ssbi
/
Makefile
2 lines
29 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2013-03-12 18:41:54 +00:00
obj-$(CONFIG_SSBI)
+=
ssbi.o
Reference in New Issue
Copy Permalink