Skip to content
Commit 221dee28 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Revert "[CPUFREQ] constify cpufreq_driver where possible."

This reverts commit aeeddc14

, 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: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6f8c480f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment