From: Linus Torvalds Date: Mon, 26 Feb 2007 22:55:48 +0000 (-0800) Subject: Revert "[CPUFREQ] constify cpufreq_driver where possible." X-Git-Tag: v2.6.21-rc2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=221dee285ee38099b82437531bcae9fa9cb64cc4;p=pandora-kernel.git Revert "[CPUFREQ] constify cpufreq_driver where possible." This reverts commit aeeddc1435c37fa3fc844f31d39c185b08de4158, which was half-baked and broken. It just resulted in compile errors, since cpufreq_register_driver() still changes the 'driver_data' by setting bits in the flags field. So claiming it is 'const' _really_ doesn't work. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed