aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-10-18 10:04:28 +0200
committerArnd Bergmann <arnd@arndb.de>2017-11-03 13:24:56 +0100
commitd771d62e3139986cc62d2067b37ebbe33a6d3b08 (patch)
tree29a300caf33fa92f75aa1868d022e78ff08a3ca9 /drivers/soc
parentsoc: amlogic: gx pm domain: add PM and OF dependencies (diff)
downloadlinux-dev-d771d62e3139986cc62d2067b37ebbe33a6d3b08.tar.xz
linux-dev-d771d62e3139986cc62d2067b37ebbe33a6d3b08.zip
soc: qcom: remove unused label
The newly added driver comes with a harmless warning: drivers/soc/qcom/rmtfs_mem.c: In function 'qcom_rmtfs_mem_probe': drivers/soc/qcom/rmtfs_mem.c:211:1: error: label 'remove_cdev' defined but not used [-Werror=unused-label] This removes the unused label to avoid the warning. Fixes: 702baebb8e00 ("soc: qcom: Remote filesystem memory driver") Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/soc')
-rw-r--r--drivers/soc/qcom/rmtfs_mem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/soc/qcom/rmtfs_mem.c b/drivers/soc/qcom/rmtfs_mem.c
index f6f2f0cb3b3a..ce35ff748adf 100644
--- a/drivers/soc/qcom/rmtfs_mem.c
+++ b/drivers/soc/qcom/rmtfs_mem.c
@@ -208,8 +208,6 @@ static int qcom_rmtfs_mem_probe(struct platform_device *pdev)
return 0;
-remove_cdev:
- cdev_device_del(&rmtfs_mem->cdev, &rmtfs_mem->dev);
put_device:
put_device(&rmtfs_mem->dev);