From: Uwe Kleine-König Date: Mon, 23 May 2022 17:45:01 +0000 (+0200) Subject: pwm: Drop unused forward declaration from pwm.h X-Git-Tag: howlett/maple/20220816~256^2~17 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5c8dca97404bf23f6531456ae4d14c862f6871a3;p=users%2Fjedix%2Flinux-maple.git pwm: Drop unused forward declaration from pwm.h The declaration was necessary until commit cc2d22477779 ("pwm: Drop per-chip dbg_show callback"). Signed-off-by: Uwe Kleine-König Signed-off-by: Thierry Reding --- diff --git a/include/linux/pwm.h b/include/linux/pwm.h index 6d6946dec771..9429930c5566 100644 --- a/include/linux/pwm.h +++ b/include/linux/pwm.h @@ -6,8 +6,6 @@ #include #include -struct seq_file; - struct pwm_chip; /**