Re: [PATCH 11/32] of_platform_driver noise on sparce

From: David Miller
Date: Wed Nov 26 2008 - 04:05:56 EST


From: Al Viro <viro@xxxxxxxxxxxxxxxx>
Date: Sat, 22 Nov 2008 17:35:04 +0000

>
> switch to __init for those; unlike powerpc sparc has no hotplug support
> for that stuff and their ->probe() tends to call __init functions while
> being declared __devinit.
>
> Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
> ---
> arch/sparc64/kernel/pci_fire.c | 2 +-
> arch/sparc64/kernel/pci_psycho.c | 4 ++--
> arch/sparc64/kernel/pci_sun4v.c | 2 +-
> drivers/sbus/char/bbc_i2c.c | 6 +++---
> sound/sparc/cs4231.c | 10 +++++-----
> 5 files changed, 12 insertions(+), 12 deletions(-)

There's tons of sparc specific drivers not handled here.
For example, drivers/scsi/sun_esp.c, drivers/scsi/qlogicpti.c,
and on and on and on.

In fact there are more sparc specific drivers using
of_platform_driver under drivers/ thans powerpc :)

I don't think I want to do this for now, sorry Al.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/