[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1590991552-93643-1-git-send-email-baolin.wang@linux.alibaba.com>
Date: Mon, 1 Jun 2020 14:05:52 +0800
From: Baolin Wang <baolin.wang@...ux.alibaba.com>
To: ohad@...ery.com, bjorn.andersson@...aro.org, orsonzhai@...il.com
Cc: zhang.lyra@...il.com, baolin.wang7@...il.com,
baolin.wang@...ux.alibaba.com, linux-remoteproc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] hwspinlock: sprd: Remove redundant header files
Remove redundant header files.
Signed-off-by: Baolin Wang <baolin.wang@...ux.alibaba.com>
---
drivers/hwspinlock/sprd_hwspinlock.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/hwspinlock/sprd_hwspinlock.c b/drivers/hwspinlock/sprd_hwspinlock.c
index 36dc803..b157495 100644
--- a/drivers/hwspinlock/sprd_hwspinlock.c
+++ b/drivers/hwspinlock/sprd_hwspinlock.c
@@ -4,7 +4,6 @@
* Copyright (C) 2017 Spreadtrum - http://www.spreadtrum.com
*/
-#include <linux/bitops.h>
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/device.h>
@@ -15,7 +14,6 @@
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/platform_device.h>
-#include <linux/slab.h>
#include "hwspinlock_internal.h"
--
1.8.3.1
Powered by blists - more mailing lists