diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2016-08-25 17:19:06 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-08-31 07:05:43 -0400 |
commit | 57a3668bebfd6247dceb862fceaee3b1fa2219b7 (patch) | |
tree | 07b4cb25df463ed5a9b4202b69a51d1ca616425b /drivers/hwtracing | |
parent | 9486295ad159fac87eb05bd683445be06a3b69f5 (diff) |
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')
-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 @@ | |||
33 | #include <linux/uaccess.h> | 33 | #include <linux/uaccess.h> |
34 | #include <linux/perf_event.h> | 34 | #include <linux/perf_event.h> |
35 | #include <linux/pm_runtime.h> | 35 | #include <linux/pm_runtime.h> |
36 | #include <linux/perf_event.h> | ||
37 | #include <asm/sections.h> | 36 | #include <asm/sections.h> |
38 | #include <asm/local.h> | 37 | #include <asm/local.h> |
39 | 38 | ||