diff mbox series

hwspinlock: sprd: Remove redundant header files

Message ID 1590991552-93643-1-git-send-email-baolin.wang@linux.alibaba.com (mailing list archive)
State Accepted
Commit 870f1b23fa8e3defc985f6ee531834c548e4c30e
Headers show
Series hwspinlock: sprd: Remove redundant header files | expand

Commit Message

Baolin Wang June 1, 2020, 6:05 a.m. UTC
Remove redundant header files.

Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com>
---
 drivers/hwspinlock/sprd_hwspinlock.c | 2 --
 1 file changed, 2 deletions(-)

Comments

patchwork-bot+linux-remoteproc@kernel.org Sept. 15, 2020, 5 a.m. UTC | #1
Hello:

This patch was applied to andersson/remoteproc.git (refs/heads/for-next).

On Mon,  1 Jun 2020 14:05:52 +0800 you wrote:
> Remove redundant header files.
> 
> Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com>
> ---
>  drivers/hwspinlock/sprd_hwspinlock.c | 2 --
>  1 file changed, 2 deletions(-)


Here is a summary with links:
  - hwspinlock: sprd: Remove redundant header files
    https://git.kernel.org/andersson/remoteproc/c/870f1b23fa8e3defc985f6ee531834c548e4c30e

You are awesome, thank you!
diff mbox series

Patch

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"