[2.6 patch] drivers/cpufreq/cpufreq.c: static functions mustn't be exported

From: Adrian Bunk
Date: Tue Apr 18 2006 - 11:07:40 EST


This patch removes the EXPORT_SYMBOL_GPL of the static function
cpufreq_parse_governor().

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

This patch was already sent on:
- 13 Apr 2006

--- linux-2.6.17-rc1-mm2-full/drivers/cpufreq/cpufreq.c.old 2006-04-13 10:48:13.000000000 +0200
+++ linux-2.6.17-rc1-mm2-full/drivers/cpufreq/cpufreq.c 2006-04-13 10:48:19.000000000 +0200
@@ -319,7 +319,6 @@
}
return -EINVAL;
}
-EXPORT_SYMBOL_GPL(cpufreq_parse_governor);


/* drivers/base/cpu.c */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/