Re: [PATCH] [SIS190] Constify data marked as __devinitdata

From: Jonas Bonn
Date: Wed Jan 30 2008 - 06:42:22 EST



instead? Because AFAIK, const *and* __sectionmarker does not mix.
>

You're right... it's documented in linux/init.h that const and __sectionmarker do not mix. The compile error is due to the use of const and __section marker in the function sis190_get_mac_addr_from_apc().

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/