···1752 * (and isn't unregistered in the meantime).1753 *1754 */1755-int cpufreq_register_driver(struct cpufreq_driver *driver_data)1756{1757 unsigned long flags;1758 int ret;···1817 * Returns zero if successful, and -EINVAL if the cpufreq_driver is1818 * currently not initialised.1819 */1820-int cpufreq_unregister_driver(struct cpufreq_driver *driver)1821{1822 unsigned long flags;1823
···1752 * (and isn't unregistered in the meantime).1753 *1754 */1755+int cpufreq_register_driver(const struct cpufreq_driver *driver_data)1756{1757 unsigned long flags;1758 int ret;···1817 * Returns zero if successful, and -EINVAL if the cpufreq_driver is1818 * currently not initialised.1819 */1820+int cpufreq_unregister_driver(const struct cpufreq_driver *driver)1821{1822 unsigned long flags;1823