projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e04d9e1
)
OMAP: powerdomain: remove unused func declaration
author
Rajendra Nayak
<rnayak@ti.com>
Fri, 25 Feb 2011 23:06:46 +0000
(16:06 -0700)
committer
Paul Walmsley
<paul@pwsan.com>
Fri, 25 Feb 2011 23:06:46 +0000
(16:06 -0700)
Trivial fix to remove the unused function declaration
from the powerdomain header.
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/powerdomain.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/powerdomain.h
b/arch/arm/mach-omap2/powerdomain.h
index c66431edfeb7e209de649bd12f6ef52419da3f50..0b7a357cb38eb9ef42e0d8180f42409c599a7242 100644
(file)
--- a/
arch/arm/mach-omap2/powerdomain.h
+++ b/
arch/arm/mach-omap2/powerdomain.h
@@
-165,7
+165,6
@@
struct pwrdm_ops {
int (*pwrdm_wait_transition)(struct powerdomain *pwrdm);
};
-void pwrdm_fw_init(void);
void pwrdm_init(struct powerdomain **pwrdm_list, struct pwrdm_ops *custom_funcs);
struct powerdomain *pwrdm_lookup(const char *name);