[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081126.010541.158438052.davem@davemloft.net>
Date: Wed, 26 Nov 2008 01:05:41 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: viro@....linux.org.uk
Cc: torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 11/32] of_platform_driver noise on sparce
From: Al Viro <viro@....linux.org.uk>
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@...iv.linux.org.uk>
> ---
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists