net/ps3: gelic - Add missing annotations
probe functions should be __devinit Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Acked-by: Geoff Levand <geoffrey.levand@am.sony.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:

committed by
Benjamin Herrenschmidt

parent
9317726de4
commit
48dce82cd6
@@ -2442,7 +2442,7 @@ static const struct iw_handler_def gelic_wl_wext_handler_def = {
|
||||
#endif
|
||||
};
|
||||
|
||||
static struct net_device *gelic_wl_alloc(struct gelic_card *card)
|
||||
static struct net_device * __devinit gelic_wl_alloc(struct gelic_card *card)
|
||||
{
|
||||
struct net_device *netdev;
|
||||
struct gelic_port *port;
|
||||
@@ -2722,7 +2722,7 @@ static struct ethtool_ops gelic_wl_ethtool_ops = {
|
||||
.set_rx_csum = gelic_net_set_rx_csum,
|
||||
};
|
||||
|
||||
static void gelic_wl_setup_netdev_ops(struct net_device *netdev)
|
||||
static void __devinit gelic_wl_setup_netdev_ops(struct net_device *netdev)
|
||||
{
|
||||
struct gelic_wl_info *wl;
|
||||
wl = port_wl(netdev_priv(netdev));
|
||||
@@ -2738,7 +2738,7 @@ static void gelic_wl_setup_netdev_ops(struct net_device *netdev)
|
||||
/*
|
||||
* driver probe/remove
|
||||
*/
|
||||
int gelic_wl_driver_probe(struct gelic_card *card)
|
||||
int __devinit gelic_wl_driver_probe(struct gelic_card *card)
|
||||
{
|
||||
int ret;
|
||||
struct net_device *netdev;
|
||||
|
Reference in New Issue
Block a user