commit | 221dee285ee38099b82437531bcae9fa9cb64cc4 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Feb 26 14:55:48 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Feb 26 14:55:48 2007 -0800 |
tree | 1f91186091f0256e04c210a8ac76023cdeebf202 | |
parent | 6f8c480f998a619082f18407f8d7f4c29e94dc6e [diff] |
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 <torvalds@linux-foundation.org>