Re: [PATCH 24/33] usb/ps3: Add missing annotations

2009-06-14 Thread Benjamin Herrenschmidt
On Wed, 2009-06-10 at 16:38 +0200, Geert Uytterhoeven wrote: > probe functions should be __devinit > initialization functions should be __init Please send to USB maintainers or get an ack from them. Cheers, Ben. > Signed-off-by: Geert Uytterhoeven > Cc: Geoff Levand > --- > drivers/usb/host/e

Re: [PATCH 24/33] usb/ps3: Add missing annotations

2009-06-10 Thread Geoff Levand
On 06/10/2009 07:38 AM, Geert Uytterhoeven wrote: > probe functions should be __devinit > initialization functions should be __init > > Signed-off-by: Geert Uytterhoeven > Cc: Geoff Levand > --- > drivers/usb/host/ehci-ps3.c |4 ++-- > drivers/usb/host/ohci-ps3.c |4 ++-- > 2 files chan

[PATCH 24/33] usb/ps3: Add missing annotations

2009-06-10 Thread Geert Uytterhoeven
probe functions should be __devinit initialization functions should be __init Signed-off-by: Geert Uytterhoeven Cc: Geoff Levand --- drivers/usb/host/ehci-ps3.c |4 ++-- drivers/usb/host/ohci-ps3.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/usb/host/