[SPARC]: Fix some section mismatch warnings in sparc drivers.
Signed-off-by: Ben Collins <ben.collins@ubuntu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
5aee87c43e
commit
b48194bf0d
@ -168,7 +168,7 @@ static int myri_do_handshake(struct myri_eth *mp)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int myri_load_lanai(struct myri_eth *mp)
|
||||
static int __devinit myri_load_lanai(struct myri_eth *mp)
|
||||
{
|
||||
struct net_device *dev = mp->dev;
|
||||
struct myri_shmem __iomem *shmem = mp->shmem;
|
||||
@ -891,7 +891,7 @@ static void dump_eeprom(struct myri_eth *mp)
|
||||
}
|
||||
#endif
|
||||
|
||||
static int __init myri_ether_init(struct sbus_dev *sdev)
|
||||
static int __devinit myri_ether_init(struct sbus_dev *sdev)
|
||||
{
|
||||
static int num;
|
||||
static unsigned version_printed;
|
||||
|
Reference in New Issue
Block a user