diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-04-28 09:50:28 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-04-28 09:50:28 -0700 |
| commit | 43ce18dbba344a3a422cde6a1bc0c39478704503 (patch) | |
| tree | c7c91c8fb9b5abc73ce1dd9c268c0bdd4f574230 /include | |
| parent | a743096324ba2ce8307153b631b071a14da5a04d (diff) | |
driver core: fix up cpufreq code to work with new class changes.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/cpufreq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index c8320e2b56b9..e99b9c3c1d01 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -68,7 +68,6 @@ struct cpufreq_policy { unsigned int policy; /* see above */ struct cpufreq_governor *governor; /* see below */ struct cpufreq_cpuinfo cpuinfo; /* see above */ - struct device * dev; struct kobject kobj; struct semaphore lock; /* CPU ->setpolicy or ->target may only be called once a time */ |
