• Kuninori Morimoto's avatar
    net/irda: sh_irda: add missing header · a916d82b
    Kuninori Morimoto authored
    This patch fixup below build error on sh_irda
    
    sh_irda.c: In function 'sh_irda_write':
    sh_irda.c:174: error: implicit declaration of function 'iowrite16'
    sh_irda.c: In function 'sh_irda_read':
    sh_irda.c:184: error: implicit declaration of function 'ioread16'
    sh_irda.c: At top level:
    sh_irda.c:492: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'sh_irda_irq'
    sh_irda.c: In function 'sh_irda_probe':
    sh_irda.c:776: error: implicit declaration of function 'ioremap_nocache'
    sh_irda.c:776: warning: assignment makes pointer from integer without a cast
    sh_irda.c:811: error: implicit declaration of function 'request_irq'
    sh_irda.c:811: error: 'sh_irda_irq' undeclared (first use in this function)
    sh_irda.c:811: error: (Each undeclared identifier is reported only once
    sh_irda.c:811: error: for each function it appears in.)
    sh_irda.c:811: error: 'IRQF_DISABLED' undeclared (first use in this function)
    sh_irda.c:825: error: implicit declaration of function 'iounmap'
    Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    a916d82b
sh_irda.c 19.2 KB