]> Git Repo - linux.git/commitdiff
hwspinlock: sprd: Remove redundant header files
authorBaolin Wang <[email protected]>
Mon, 1 Jun 2020 06:05:52 +0000 (14:05 +0800)
committerBjorn Andersson <[email protected]>
Mon, 26 Oct 2020 15:17:54 +0000 (10:17 -0500)
Remove redundant header files.

Signed-off-by: Baolin Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
drivers/hwspinlock/sprd_hwspinlock.c

index 36dc8038bbb4e791ce828e0396207c22ede086ea..b1574953d95fc83229a00a9c26fe447c80b4af7c 100644 (file)
@@ -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"
 
This page took 0.049367 seconds and 4 git commands to generate.