Loading arch/sparc/include/asm/parport.h +1 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,7 @@ static int __devexit ecpp_remove(struct of_device *op) return 0; } static struct of_device_id ecpp_match[] = { static const struct of_device_id ecpp_match[] = { { .name = "ecpp", }, Loading arch/sparc/kernel/apc.c +1 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,7 @@ static int __devinit apc_probe(struct of_device *op, return 0; } static struct of_device_id apc_match[] = { static struct of_device_id __initdata apc_match[] = { { .name = APC_OBPNAME, }, Loading arch/sparc/kernel/pmc.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ static int __devinit pmc_probe(struct of_device *op, return 0; } static struct of_device_id pmc_match[] = { static struct of_device_id __initdata pmc_match[] = { { .name = PMC_OBPNAME, }, Loading arch/sparc/kernel/time.c +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ static int __devinit clock_probe(struct of_device *op, const struct of_device_id return 0; } static struct of_device_id clock_match[] = { static struct of_device_id __initdata clock_match[] = { { .name = "eeprom", }, Loading arch/sparc64/kernel/auxio.c +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ void auxio_set_lte(int on) } } static struct of_device_id auxio_match[] = { static struct of_device_id __initdata auxio_match[] = { { .name = "auxio", }, Loading Loading
arch/sparc/include/asm/parport.h +1 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,7 @@ static int __devexit ecpp_remove(struct of_device *op) return 0; } static struct of_device_id ecpp_match[] = { static const struct of_device_id ecpp_match[] = { { .name = "ecpp", }, Loading
arch/sparc/kernel/apc.c +1 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,7 @@ static int __devinit apc_probe(struct of_device *op, return 0; } static struct of_device_id apc_match[] = { static struct of_device_id __initdata apc_match[] = { { .name = APC_OBPNAME, }, Loading
arch/sparc/kernel/pmc.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ static int __devinit pmc_probe(struct of_device *op, return 0; } static struct of_device_id pmc_match[] = { static struct of_device_id __initdata pmc_match[] = { { .name = PMC_OBPNAME, }, Loading
arch/sparc/kernel/time.c +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ static int __devinit clock_probe(struct of_device *op, const struct of_device_id return 0; } static struct of_device_id clock_match[] = { static struct of_device_id __initdata clock_match[] = { { .name = "eeprom", }, Loading
arch/sparc64/kernel/auxio.c +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ void auxio_set_lte(int on) } } static struct of_device_id auxio_match[] = { static struct of_device_id __initdata auxio_match[] = { { .name = "auxio", }, Loading