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: v6.0-rc1~187^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c8dca97404bf23f6531456ae4d14c862f6871a3;p=thirdparty%2Fkernel%2Flinux.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 6d6946dec7712..9429930c55669 100644 --- a/include/linux/pwm.h +++ b/include/linux/pwm.h @@ -6,8 +6,6 @@ #include #include -struct seq_file; - struct pwm_chip; /**