Skip to content

Commit 5c8dca9

Browse files
Uwe Kleine-Königthierryreding
authored andcommitted
pwm: Drop unused forward declaration from pwm.h
The declaration was necessary until commit cc2d224 ("pwm: Drop per-chip dbg_show callback"). Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent ef2e35d commit 5c8dca9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/pwm.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#include <linux/mutex.h>
77
#include <linux/of.h>
88

9-
struct seq_file;
10-
119
struct pwm_chip;
1210

1311
/**

0 commit comments

Comments
 (0)