Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4551cdd authored by Nikhilesh Reddy's avatar Nikhilesh Reddy
Browse files

arm: mach-msm: Remove the unused rmt_storage code



The rmt_storage module is no longer used.
Remove the unused module and cleanup the makefile and kconfig.

CRs-Fixed: 549951
Change-Id: Ia468d14314d659b36cb01885020e98bdc76bf151
Signed-off-by: default avatarNikhilesh Reddy <reddyn@codeaurora.org>
parent d411be83
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -585,22 +585,6 @@ config MSM_RPC_LOOPBACK_XPRT
	  Support for routing RPC messages between APPS clients
	  and APPS servers.  Helps in testing APPS RPC framework.

config MSM_RMT_STORAGE_CLIENT
	depends on (ARCH_MSM && MSM_ONCRPCROUTER)
	default n
	bool "Remote Storage RPC client"
	help
	  Provide RPC mechanism for remote processors to access storage
	  device on apps processor.

config MSM_RMT_STORAGE_CLIENT_STATS
	depends on (MSM_RMT_STORAGE_CLIENT && DEBUG_FS)
	default n
	bool "Remote storage RPC client performance statistics"
	help
	  Collects performance statistics and shows this information
	  through a debugfs file rmt_storage_stats.

if CPU_FREQ_MSM

config MSM_CPU_FREQ_SET_MIN_MAX
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ obj-$(CONFIG_MSM_PM) += ext-buck-control.o

CFLAGS_msm_vibrator.o += -Idrivers/staging/android

obj-$(CONFIG_MSM_RMT_STORAGE_CLIENT) += rmt_storage_client.o
obj-$(CONFIG_MSM_LPM_TEST) += test-lpm.o
obj-$(CONFIG_MSM_BUSPM_DEV) += msm-buspm-dev.o

+0 −1843

File deleted.

Preview size limit exceeded, changes collapsed.