projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef2e35d
)
pwm: Drop unused forward declaration from pwm.h
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Mon, 23 May 2022 17:45:01 +0000
(19:45 +0200)
committer
Thierry Reding
<thierry.reding@gmail.com>
Wed, 22 Jun 2022 13:35:13 +0000
(15:35 +0200)
The declaration was necessary until commit
cc2d22477779
("pwm: Drop
per-chip dbg_show callback").
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
include/linux/pwm.h
patch
|
blob
|
history
diff --git
a/include/linux/pwm.h
b/include/linux/pwm.h
index 6d6946dec771243da5d7f4703ee9df2ec691ebb2..9429930c556696b38e2249200a689e8611b56374 100644
(file)
--- a/
include/linux/pwm.h
+++ b/
include/linux/pwm.h
@@
-6,8
+6,6
@@
#include <linux/mutex.h>
#include <linux/of.h>
-struct seq_file;
-
struct pwm_chip;
/**