Re: [PATCH] ACPI / property: Silence missing-declarations warning in apple.c

From: Rafael J. Wysocki
Date: Sat Sep 03 2022 - 15:00:42 EST


On Fri, Sep 2, 2022 at 11:50 AM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> On Fri, Sep 02, 2022 at 04:15:55AM +0200, Lukas Wunner wrote:
> > Silence an annoying message emitted for W=1 builds:
> >
> > drivers/acpi/x86/apple.c:30:6: warning: no previous declaration for 'acpi_extract_apple_properties' [-Wmissing-declarations]
>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
>
> > Reported-by: kernel test robot <lkp@xxxxxxxxx>
> > Signed-off-by: Lukas Wunner <lukas@xxxxxxxxx>
> > ---
> > drivers/acpi/x86/apple.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/acpi/x86/apple.c b/drivers/acpi/x86/apple.c
> > index c285c91a5e9c..8812ecd03d55 100644
> > --- a/drivers/acpi/x86/apple.c
> > +++ b/drivers/acpi/x86/apple.c
> > @@ -8,6 +8,7 @@
> > #include <linux/bitmap.h>
> > #include <linux/platform_data/x86/apple.h>
> > #include <linux/uuid.h>
> > +#include "../internal.h"
> >
> > /* Apple _DSM device properties GUID */
> > static const guid_t apple_prp_guid =
> > --

Applied as 6.1 material, thanks!