mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 16:58:53 +00:00
irda: fix smsc-ircc2 section mismatch warning
Fix section mismatch warning: WARNING: drivers/net/irda/smsc-ircc2.o(.devinit.text+0x1a7): Section mismatch in reference from the function smsc_ircc_pnp_probe() to the function .init.text:smsc_ircc_open() Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b7f080cfe2
commit
f470e5ae34
@ -516,7 +516,7 @@ static const struct net_device_ops smsc_ircc_netdev_ops = {
|
||||
* Try to open driver instance
|
||||
*
|
||||
*/
|
||||
static int __init smsc_ircc_open(unsigned int fir_base, unsigned int sir_base, u8 dma, u8 irq)
|
||||
static int __devinit smsc_ircc_open(unsigned int fir_base, unsigned int sir_base, u8 dma, u8 irq)
|
||||
{
|
||||
struct smsc_ircc_cb *self;
|
||||
struct net_device *dev;
|
||||
|
Loading…
x
Reference in New Issue
Block a user