diff options
author | Brajeswar Ghosh <brajeswar.linux@gmail.com> | 2019-01-09 19:59:59 +0530 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-01-14 21:52:14 -0800 |
commit | 557599f14aab2e1e459478c57b5fd83d153189de (patch) | |
tree | 303490df4b7d32ca53f57a82dfdf79263687e578 /drivers/remoteproc | |
parent | a5cb1ee8f241e6595ef1538b3572b98ee3fe6396 (diff) | |
download | linux-stable-557599f14aab2e1e459478c57b5fd83d153189de.tar.gz linux-stable-557599f14aab2e1e459478c57b5fd83d153189de.tar.bz2 linux-stable-557599f14aab2e1e459478c57b5fd83d153189de.zip |
remoteproc/qcom_sysmon.c: Remove duplicate header
Remove linux/notifier.h which is included more than once
Acked-by: Souptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r-- | drivers/remoteproc/qcom_sysmon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/remoteproc/qcom_sysmon.c b/drivers/remoteproc/qcom_sysmon.c index e976a602b015..603b813151f2 100644 --- a/drivers/remoteproc/qcom_sysmon.c +++ b/drivers/remoteproc/qcom_sysmon.c @@ -7,7 +7,6 @@ #include <linux/notifier.h> #include <linux/slab.h> #include <linux/io.h> -#include <linux/notifier.h> #include <linux/of_platform.h> #include <linux/platform_device.h> #include <linux/remoteproc/qcom_rproc.h> |