lkml.org 
[lkml]   [2002]   [Dec]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 2.5.53][TRIVIAL] cpufreq: remove usage of #typedef
diff -ruN linux-original/include/linux/cpufreq.h linux/include/linux/cpufreq.h
--- linux-original/include/linux/cpufreq.h 2002-12-25 17:45:52.000000000 +0100
+++ linux/include/linux/cpufreq.h 2002-12-27 10:56:55.000000000 +0100
@@ -107,12 +107,10 @@
* CPUFREQ DRIVER INTERFACE *
*********************************************************************/

-typedef int (*cpufreq_policy_t) (struct cpufreq_policy *policy);
-
struct cpufreq_driver {
/* needed by all drivers */
- cpufreq_policy_t verify;
- cpufreq_policy_t setpolicy;
+ int (*verify) (struct cpufreq_policy *policy);
+ int (*setpolicy) (struct cpufreq_policy *policy);
struct cpufreq_policy *policy;
/* 2.4. compatible API */
#ifdef CONFIG_CPU_FREQ_24_API
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:31    [W:0.067 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site