__initdata should be placed between the variable name and equal sign for the variable to be placed in the intended section. Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> --- drivers/pnp/pnpacpi/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pnp/pnpacpi/core.c b/drivers/pnp/pnpacpi/core.c index 34049b0..763e41d 100644 --- a/drivers/pnp/pnpacpi/core.c +++ b/drivers/pnp/pnpacpi/core.c @@ -358,7 +358,7 @@ static bool acpi_pnp_bus_match(struct device *dev) return dev->bus == &pnp_bus_type; } -static struct acpi_bus_type __initdata acpi_pnp_bus = { +static struct acpi_bus_type acpi_pnp_bus __initdata = { .name = "PNP", .match = acpi_pnp_bus_match, .find_device = acpi_pnp_find_device, -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html