diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2009-06-10 00:39:00 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-06-15 02:47:25 -0400 |
commit | a469f563d6eec9ef68da9b4aed708e7f6ecabd51 (patch) | |
tree | 6990c3d97ca060277067a00906ffb86a4427d304 /drivers/ps3/ps3-sys-manager.c | |
parent | cd4a157d769311964717d5c7cfc0c34426d090b4 (diff) |
drivers/ps3: Add missing annotations
probe functions should be __devinit
initialization functions should be __init
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Cc: Geoff Levand <geoffrey.levand@am.sony.com>
Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/ps3/ps3-sys-manager.c')
-rw-r--r-- | drivers/ps3/ps3-sys-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ps3/ps3-sys-manager.c b/drivers/ps3/ps3-sys-manager.c index f17513dd9d4b..88cb74088611 100644 --- a/drivers/ps3/ps3-sys-manager.c +++ b/drivers/ps3/ps3-sys-manager.c | |||
@@ -706,7 +706,7 @@ static void ps3_sys_manager_work(struct ps3_system_bus_device *dev) | |||
706 | ps3_vuart_read_async(dev, PS3_SM_RX_MSG_LEN_MIN); | 706 | ps3_vuart_read_async(dev, PS3_SM_RX_MSG_LEN_MIN); |
707 | } | 707 | } |
708 | 708 | ||
709 | static int ps3_sys_manager_probe(struct ps3_system_bus_device *dev) | 709 | static int __devinit ps3_sys_manager_probe(struct ps3_system_bus_device *dev) |
710 | { | 710 | { |
711 | int result; | 711 | int result; |
712 | struct ps3_sys_manager_ops ops; | 712 | struct ps3_sys_manager_ops ops; |