Skip to content

Commit 17d41be

Browse files
krzklinusw
authored andcommitted
pinctrl: starfive: jh7110-sys: Cleanup header includes
Remove unused includes: no clocks, mutexes and resets. Reviewed-by: Hal Feng <hal.feng@starfivetech.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Linus Walleij <linusw@kernel.org>
1 parent a7f7ee3 commit 17d41be

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/pinctrl/starfive/pinctrl-starfive-jh7110-sys.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@
77
*/
88

99
#include <linux/bits.h>
10-
#include <linux/clk.h>
1110
#include <linux/gpio/driver.h>
1211
#include <linux/io.h>
1312
#include <linux/mod_devicetable.h>
1413
#include <linux/module.h>
15-
#include <linux/mutex.h>
1614
#include <linux/platform_device.h>
17-
#include <linux/reset.h>
1815
#include <linux/spinlock.h>
1916

2017
#include <linux/pinctrl/pinctrl.h>

0 commit comments

Comments
 (0)