This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: section type conflict error [Fwd: PATCH 2.3.41.2: Replace Via support for ACPI]
- To: Jeff Garzik <jgarzik at mandrakesoft dot com>
- Subject: Re: section type conflict error [Fwd: PATCH 2.3.41.2: Replace Via support for ACPI]
- From: Richard Henderson <rth at cygnus dot com>
- Date: Thu, 27 Jan 2000 01:58:42 -0800
- Cc: gcc at gcc dot gnu dot org
- References: <388C7918.5F7D66F3@mandrakesoft.com>
On Mon, Jan 24, 2000 at 11:08:56AM -0500, Jeff Garzik wrote:
> +const static struct {
> + acpi_chip_t chip;
> + int (*chip_init) (struct pci_dev *dev);
> +} acpi_chip_info[] __initdata = {
.init.data has previously held read-write data. Now it
is being asked to hold read-only data.
r~