Re: cpufreq build regression added today

From: Olaf Hering
Date: Tue Feb 27 2007 - 02:59:26 EST


On Mon, Feb 26, Dave Jones wrote:

> On Mon, Feb 26, 2007 at 02:41:34PM -0800, David Miller wrote:
> >
> > Dave, please test your const'ification changes, else you'll
> > leave some of us const'ipated :-)
> >
> > drivers/cpufreq/cpufreq.c: In function 'cpufreq_register_driver'
> > drivers/cpufreq/cpufreq.c:1767: error: assignment of read-only location
>
> Damn you're fast.
> That stuff wasn't near ready to go to mainline, I've asked Linus
> to revert. Mea Culpa.

e5524f355a0d272ba5233537a896a668db1f3008 is partly broken as well.

-struct agp_bridge_driver uninorth_agp_driver = {
+struct const agp_bridge_driver uninorth_agp_driver = {

-
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/