projects
/
wrapfs-3.14.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47f972b
)
unexport cpufreq_parse_governor
author
Adrian Bunk
<bunk@kernel.org>
Sat, 6 Oct 2007 19:59:38 +0000
(21:59 +0200)
committer
Adrian Bunk
<bunk@kernel.org>
Sat, 6 Oct 2007 19:59:38 +0000
(21:59 +0200)
A static function mustn't be exported.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
drivers/cpufreq/cpufreq.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/cpufreq.c
b/drivers/cpufreq/cpufreq.c
index 9582de1c9cadc543517b1aff92d8a7910960a7eb..b2b291f4e3574475902ac8a9c9438b63a326f466 100644
(file)
--- a/
drivers/cpufreq/cpufreq.c
+++ b/
drivers/cpufreq/cpufreq.c
@@
-321,7
+321,6
@@
out:
}
return -EINVAL;
}
-EXPORT_SYMBOL_GPL(cpufreq_parse_governor);
/* drivers/base/cpu.c */