Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66c3ec4f authored by Jan Beulich's avatar Jan Beulich Committed by Len Brown
Browse files

ACPI/PNP: avoid section mismatch warning



Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent b9047599
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -180,7 +180,7 @@ struct pnp_protocol pnpacpi_protocol = {
};
};
EXPORT_SYMBOL(pnpacpi_protocol);
EXPORT_SYMBOL(pnpacpi_protocol);


static char *pnpacpi_get_id(struct acpi_device *device)
static char *__init pnpacpi_get_id(struct acpi_device *device)
{
{
	struct acpi_hardware_id *id;
	struct acpi_hardware_id *id;