1. 16 9月, 2011 3 次提交
  2. 11 8月, 2011 1 次提交
    • K
      net/irda: sh_irda: add missing header · a916d82b
      Kuninori Morimoto 提交于
      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: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a916d82b
  3. 19 1月, 2011 1 次提交
  4. 04 8月, 2010 1 次提交
  5. 16 7月, 2010 1 次提交
  6. 07 4月, 2010 1 次提交