[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110811.055351.392548310063665446.davem@davemloft.net>
Date: Thu, 11 Aug 2011 05:53:51 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: kuninori.morimoto.gx@...il.com
Cc: kuninori.morimoto.gx@...esas.com, netdev@...r.kernel.org
Subject: Re: [PATCH 1/3 v2] net/irda: sh_irda: add missing header
From: kuninori.morimoto.gx@...il.com
Date: Thu, 11 Aug 2011 02:25:42 -0700 (PDT)
> From: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
>
> 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: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists