]> git.karo-electronics.de Git - linux-beck.git/commitdiff
OMAP: powerdomain: remove unused func declaration
authorRajendra Nayak <rnayak@ti.com>
Fri, 25 Feb 2011 23:06:46 +0000 (16:06 -0700)
committerPaul 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

index c66431edfeb7e209de649bd12f6ef52419da3f50..0b7a357cb38eb9ef42e0d8180f42409c599a7242 100644 (file)
@@ -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);