All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/8] core: remove unneeded #ifdefs in include/linux/cpufreq.h
@ 2003-11-19 18:32 Dominik Brodowski
  2003-11-19 18:34 ` Dominik Brodowski
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Brodowski @ 2003-11-19 18:32 UTC (permalink / raw)
  To: cpufreq, davej

There's no need for some #ifdefs in cpufreq.h

 include/linux/cpufreq.h |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff -ruN linux-original/include/linux/cpufreq.h linux/include/linux/cpufreq.h
--- linux-original/include/linux/cpufreq.h	2003-11-19 17:06:19.265547160 +0100
+++ linux/include/linux/cpufreq.h	2003-11-19 18:34:45.694847288 +0100
@@ -231,17 +231,18 @@
 /* the proc_intf.c needs this */
 int cpufreq_parse_governor (char *str_governor, unsigned int *policy, struct cpufreq_governor **governor);
 
-#if defined(CONFIG_CPU_FREQ_GOV_USERSPACE) || defined(CONFIG_CPU_FREQ_GOV_USERSPACE_MODULE)
+
 /*********************************************************************
  *                      CPUFREQ USERSPACE GOVERNOR                   *
  *********************************************************************/
 int cpufreq_gov_userspace_init(void);
 
+#ifdef CONFIG_CPU_FREQ_24_API
+
 int cpufreq_setmax(unsigned int cpu);
 int cpufreq_set(unsigned int kHz, unsigned int cpu);
 unsigned int cpufreq_get(unsigned int cpu);
 
-#ifdef CONFIG_CPU_FREQ_24_API
 
 /* /proc/sys/cpu */
 enum {
@@ -289,8 +290,6 @@
 
 #endif /* CONFIG_CPU_FREQ_24_API */
 
-#endif /* CONFIG_CPU_FREQ_GOV_USERSPACE */
-
 
 /*********************************************************************
  *                       CPUFREQ DEFAULT GOVERNOR                    *
@@ -305,6 +304,7 @@
 #define CPUFREQ_DEFAULT_GOVERNOR	&cpufreq_gov_userspace
 #endif
 
+
 /*********************************************************************
  *                     FREQUENCY TABLE HELPERS                       *
  *********************************************************************/
@@ -318,7 +318,6 @@
 				    * order */
 };
 
-#if defined(CONFIG_CPU_FREQ_TABLE) || defined(CONFIG_CPU_FREQ_TABLE_MODULE)
 int cpufreq_frequency_table_cpuinfo(struct cpufreq_policy *policy,
 				    struct cpufreq_frequency_table *table);
 
@@ -340,5 +339,4 @@
 void cpufreq_frequency_table_put_attr(unsigned int cpu);
 
 
-#endif /* CONFIG_CPU_FREQ_TABLE */
 #endif /* _LINUX_CPUFREQ_H */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 5/8] core: remove unneeded #ifdefs in include/linux/cpufreq.h
  2003-11-19 18:32 [PATCH 5/8] core: remove unneeded #ifdefs in include/linux/cpufreq.h Dominik Brodowski
@ 2003-11-19 18:34 ` Dominik Brodowski
  0 siblings, 0 replies; 2+ messages in thread
From: Dominik Brodowski @ 2003-11-19 18:34 UTC (permalink / raw)
  To: cpufreq, davej

That should have been 6/8, sorry...

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-19 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-19 18:32 [PATCH 5/8] core: remove unneeded #ifdefs in include/linux/cpufreq.h Dominik Brodowski
2003-11-19 18:34 ` Dominik Brodowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.