From mboxrd@z Thu Jan 1 00:00:00 1970 From: 21cnbao@gmail.com (Barry Song) Date: Mon, 13 Jul 2015 09:32:51 +0000 Subject: [PATCH 3/3] hwspinlock: sirf: remove useless header files Message-ID: <1436779971-3232-1-git-send-email-21cnbao@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Wei Chen Some header files are useless for atlas7 hwlock driver. remove them. Cc: Suman Anna Cc: Bjorn Andersson Signed-off-by: Wei Chen Signed-off-by: Barry Song --- drivers/hwspinlock/sirf_hwspinlock.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/hwspinlock/sirf_hwspinlock.c b/drivers/hwspinlock/sirf_hwspinlock.c index 692ac41..f35473c 100644 --- a/drivers/hwspinlock/sirf_hwspinlock.c +++ b/drivers/hwspinlock/sirf_hwspinlock.c @@ -6,13 +6,9 @@ * Licensed under GPLv2. */ -#include #include -#include #include #include -#include -#include #include #include #include -- 2.3.5