Skip to content

Commit cf79873

Browse files
Anson-Huangthierryreding
authored andcommitted
pwm: imx27: Remove unused include of of_device.h
There is nothing in use from of_device.h, remove it. Signed-off-by: Anson Huang <[email protected]> Acked-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent c0adbd1 commit cf79873

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pwm/pwm-imx27.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include <linux/kernel.h>
1919
#include <linux/module.h>
2020
#include <linux/of.h>
21-
#include <linux/of_device.h>
2221
#include <linux/platform_device.h>
2322
#include <linux/pwm.h>
2423
#include <linux/slab.h>

0 commit comments

Comments
 (0)