This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-11-12 15:11:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
66229b2005
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