This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: section type conflict error [Fwd: PATCH 2.3.41.2: Replace Via support for ACPI]


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~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]