From: Pravin Shedge Date: Mon, 18 Dec 2017 18:05:45 +0000 (-0700) Subject: coresight: etb10: remove duplicate includes X-Git-Tag: v4.19~1689^2~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76526f98b0b942b4bd39c25046944e049024c582;p=platform%2Fkernel%2Flinux-rpi.git coresight: etb10: remove duplicate includes These duplicate includes have been found with scripts/checkincludes.pl but they have been removed manually to avoid removing false positives. Signed-off-by: Pravin Shedge Signed-off-by: Mathieu Poirier Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/hwtracing/coresight/coresight-etb10.c b/drivers/hwtracing/coresight/coresight-etb10.c index e03e589..580cd38 100644 --- a/drivers/hwtracing/coresight/coresight-etb10.c +++ b/drivers/hwtracing/coresight/coresight-etb10.c @@ -33,7 +33,6 @@ #include #include -#include #include "coresight-priv.h"