From: Rajendra Nayak Date: Fri, 25 Feb 2011 23:06:46 +0000 (-0700) Subject: OMAP: powerdomain: remove unused func declaration X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3673d1ef5dc94d8b942c33fe1895a0ff52efbc3c;p=mv-sheeva.git OMAP: powerdomain: remove unused func declaration Trivial fix to remove the unused function declaration from the powerdomain header. Signed-off-by: Rajendra Nayak Signed-off-by: Paul Walmsley --- diff --git a/arch/arm/mach-omap2/powerdomain.h b/arch/arm/mach-omap2/powerdomain.h index c66431edfeb..0b7a357cb38 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);