mbox series

[0/5] ACPI: Bunch of fixes to silence missing prototype warnings

Message ID 20221116074930.3292121-1-sudeep.holla@arm.com (mailing list archive)
Headers show
Series ACPI: Bunch of fixes to silence missing prototype warnings | expand

Message

Sudeep Holla Nov. 16, 2022, 7:49 a.m. UTC
Hi Rafael,

Initially I thought of bundling all in one patch, but I see you have
different branches for different sub-components, I split them. You can
squash them as needed.

Also I have marked all reported by LKP though it was just 3/5 as that
triggered to post these fixes :).

Regards,
Sudeep

Sudeep Holla (5):
  ACPI: APEI: Silence missing prototype warnings
  ACPI: processor_idle: Silence missing prototype warnings
  ACPI: FFH: Silence missing prototype warnings
  ACPI: PM: Silence missing prototype warning
  ACPI: processor: Silence missing prototype warnings

 drivers/acpi/apei/apei-base.c |  1 +
 include/acpi/processor.h      | 10 ++++++++++
 include/linux/acpi.h          |  6 ++++++
 3 files changed, 17 insertions(+)

Comments

Rafael J. Wysocki Nov. 16, 2022, 7 p.m. UTC | #1
On Wed, Nov 16, 2022 at 8:49 AM Sudeep Holla <sudeep.holla@arm.com> wrote:
>
> Hi Rafael,
>
> Initially I thought of bundling all in one patch, but I see you have
> different branches for different sub-components, I split them. You can
> squash them as needed.
>
> Also I have marked all reported by LKP though it was just 3/5 as that
> triggered to post these fixes :).
>
> Regards,
> Sudeep
>
> Sudeep Holla (5):
>   ACPI: APEI: Silence missing prototype warnings
>   ACPI: processor_idle: Silence missing prototype warnings
>   ACPI: FFH: Silence missing prototype warnings
>   ACPI: PM: Silence missing prototype warning
>   ACPI: processor: Silence missing prototype warnings
>
>  drivers/acpi/apei/apei-base.c |  1 +
>  include/acpi/processor.h      | 10 ++++++++++
>  include/linux/acpi.h          |  6 ++++++
>  3 files changed, 17 insertions(+)
>
> --

All applied as 6.2 material, thanks!