summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/powerdomain.h
diff options
context:
space:
mode:
authorRajendra Nayak2011-02-26 00:06:46 +0100
committerPaul Walmsley2011-02-26 00:06:46 +0100
commit3673d1ef5dc94d8b942c33fe1895a0ff52efbc3c (patch)
tree678d3fd356dc83c8f0c1a6c4b953958d8dae87cf /arch/arm/mach-omap2/powerdomain.h
parentOMAP3: hwmod data: add DSS DISPC RFBI DSI VENC (diff)
downloadkernel-qcow2-linux-3673d1ef5dc94d8b942c33fe1895a0ff52efbc3c.tar.gz
kernel-qcow2-linux-3673d1ef5dc94d8b942c33fe1895a0ff52efbc3c.tar.xz
kernel-qcow2-linux-3673d1ef5dc94d8b942c33fe1895a0ff52efbc3c.zip
OMAP: powerdomain: remove unused func declaration
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>
Diffstat (limited to 'arch/arm/mach-omap2/powerdomain.h')
-rw-r--r--arch/arm/mach-omap2/powerdomain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/powerdomain.h b/arch/arm/mach-omap2/powerdomain.h
index c66431edfeb7..0b7a357cb38e 100644
--- 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);