Prev: [PATCH] PCI: Do not run NVidia quirks related to MSI with MSI disabled
Next: [PATCH] ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAM
From: Kristoffer Ericson on 23 Jul 2010 16:30 you beat me to it :) Acked-by: Kristoffer Ericson <kristoffer.ericson(a)gmail.com> On Fri, Jul 23, 2010 at 09:58:26PM +0200, Uwe Kleine-König wrote: > __sa1111_probe is only called by sa1111_probe that lives in .devinit.text. > So it's save to move the former to .devinit.text, too. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> > --- > arch/arm/common/sa1111.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/common/sa1111.c b/arch/arm/common/sa1111.c > index 6f80665..97c5bc9 100644 > --- a/arch/arm/common/sa1111.c > +++ b/arch/arm/common/sa1111.c > @@ -681,7 +681,7 @@ out: > * %-EBUSY physical address already marked in-use. > * %0 successful. > */ > -static int > +static int __devinit > __sa1111_probe(struct device *me, struct resource *mem, int irq) > { > struct sa1111 *sachip; > -- > 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |