commit | d771d62e3139986cc62d2067b37ebbe33a6d3b08 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Oct 18 10:04:28 2017 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Nov 03 13:24:56 2017 +0100 |
tree | 29a300caf33fa92f75aa1868d022e78ff08a3ca9 | |
parent | 30f3b0678ce6fc46bcdde61ca35821032d0f25b5 [diff] |
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>