diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2016-08-25 15:19:06 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-08-31 13:05:43 +0200 |
commit | 57a3668bebfd6247dceb862fceaee3b1fa2219b7 (patch) | |
tree | 07b4cb25df463ed5a9b4202b69a51d1ca616425b /drivers/hwtracing/coresight/coresight-etm4x.c | |
parent | 9486295ad159fac87eb05bd683445be06a3b69f5 (diff) | |
download | blackbird-obmc-linux-57a3668bebfd6247dceb862fceaee3b1fa2219b7.tar.gz blackbird-obmc-linux-57a3668bebfd6247dceb862fceaee3b1fa2219b7.zip |
coresight: etm4x: remove duplicated include from coresight-etm4x.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwtracing/coresight/coresight-etm4x.c')
-rw-r--r-- | drivers/hwtracing/coresight/coresight-etm4x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwtracing/coresight/coresight-etm4x.c b/drivers/hwtracing/coresight/coresight-etm4x.c index d8721fb8da99..b3bde2aec2b9 100644 --- a/drivers/hwtracing/coresight/coresight-etm4x.c +++ b/drivers/hwtracing/coresight/coresight-etm4x.c @@ -33,7 +33,6 @@ #include <linux/uaccess.h> #include <linux/perf_event.h> #include <linux/pm_runtime.h> -#include <linux/perf_event.h> #include <asm/sections.h> #include <asm/local.h> |