projects
/
platform
/
kernel
/
linux-rpi.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
|
history
diff --git
a/arch/arm/mach-omap2/powerdomain.h
b/arch/arm/mach-omap2/powerdomain.h
index
c66431e
..
0b7a357
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);