projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7970e08
)
[CPUFREQ] drivers/cpufreq/cpufreq.c: static functions mustn't be exported
author
Adrian Bunk
<bunk@stusta.de>
Tue, 18 Apr 2006 15:06:13 +0000
(17:06 +0200)
committer
Dave Jones
<davej@redhat.com>
Tue, 18 Apr 2006 22:24:52 +0000
(17:24 -0500)
This patch removes the EXPORT_SYMBOL_GPL of the static function cpufreq_parse_governor().
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/cpufreq/cpufreq.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/cpufreq.c
b/drivers/cpufreq/cpufreq.c
index
12e6364
..
9759d05
100644
(file)
--- a/
drivers/cpufreq/cpufreq.c
+++ b/
drivers/cpufreq/cpufreq.c
@@
-319,7
+319,6
@@
out:
}
return -EINVAL;
}
-EXPORT_SYMBOL_GPL(cpufreq_parse_governor);
/* drivers/base/cpu.c */