From: Pravin Shedge Date: Mon, 18 Dec 2017 18:05:45 +0000 (-0700) Subject: coresight: etb10: remove duplicate includes X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=76526f98b0b942b4bd39c25046944e049024c582;p=openwrt%2Fstaging%2Fblogic.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 e03e58933141..580cd381adf3 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"