From: "Stephen Neuendorffer" <stephen.neuendorffer@xilinx.com>
To: "Adrian Bunk" <bunk@kernel.org>,
"Grant Likely" <grant.likely@secretlab.ca>, <paulus@samba.org>
Cc: <linuxppc-dev@ozlabs.org>, <linux-kernel@vger.kernel.org>
Subject: RE: [2.6 patch] char/xilinx_hwicap/ section fix
Date: Fri, 2 May 2008 09:50:05 -0700 [thread overview]
Message-ID: <20080502165007.16B3F170006C@mail22-sin.bigfish.com> (raw)
In-Reply-To: <20080423095138.GA28933@cs181133002.pp.htv.fi>
Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Grant, please pick this up.
Steve
> -----Original Message-----
> From: Adrian Bunk [mailto:bunk@kernel.org]
> Sent: Wednesday, April 23, 2008 2:52 AM
> To: Stephen Neuendorffer; Grant Likely; paulus@samba.org
> Cc: linuxppc-dev@ozlabs.org; linux-kernel@vger.kernel.org
> Subject: [2.6 patch] char/xilinx_hwicap/ section fix
>
> This patch fixes the following build error:
>
> <-- snip -->
>
> ...
> CC [M] drivers/char/xilinx_hwicap/xilinx_hwicap.o
> ...
>
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/char/xilinx_hwicap/xil
inx_hwicap.c:806: error:
> hwicap_of_match causes a section type conflict
>
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/char/xilinx_hwicap/xil
inx_hwicap.c:806: error:
> hwicap_of_match causes a section type conflict
> make[4]: *** [drivers/char/xilinx_hwicap/xilinx_hwicap.o] Error 1
>
> <-- snip -->
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> ---
> 2f0f31d8aa696ca6cc45ab865ec8c68b90cd0e46 diff --git
a/drivers/char/xilinx_hwicap/xilinx_hwicap.c
> b/drivers/char/xilinx_hwicap/xilinx_hwicap.c
> index 016f905..dfe6907 100644
> --- a/drivers/char/xilinx_hwicap/xilinx_hwicap.c
> +++ b/drivers/char/xilinx_hwicap/xilinx_hwicap.c
> @@ -803,7 +803,7 @@ static int __devexit hwicap_of_remove(struct
of_device *op)
> }
>
> /* Match table for of_platform binding */
> -static const struct of_device_id __devinit hwicap_of_match[] = {
> +static const struct of_device_id __devinitconst hwicap_of_match[] = {
> { .compatible = "xlnx,opb-hwicap-1.00.b", .data =
&buffer_icap_config},
> { .compatible = "xlnx,xps-hwicap-1.00.a", .data =
&fifo_icap_config},
> {},
>
prev parent reply other threads:[~2008-05-02 17:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-23 9:51 [2.6 patch] char/xilinx_hwicap/ section fix Adrian Bunk
2008-05-02 16:50 ` Stephen Neuendorffer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080502165007.16B3F170006C@mail22-sin.bigfish.com \
--to=stephen.neuendorffer@xilinx.com \
--cc=bunk@kernel.org \
--cc=grant.likely@secretlab.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox