Re: [pm_wip/voltdm_nm][PATCH v2 3/3] OMAP4: PM: VC: make omap_vc_i2c_init static

2011-06-02 Thread Kevin Hilman
Nishanth Menon writes: > The only user of omap_vc_i2c_init is vc.c itself, makes > no reason for us to expose it out. > > This also fixes the sparse warning: > arch/arm/mach-omap2/vc.c:207:13: warning: symbol 'omap_vc_i2c_init' was not > declared. Should it be static? > > Signed-off-by: Nishanth

[pm_wip/voltdm_nm][PATCH v2 3/3] OMAP4: PM: VC: make omap_vc_i2c_init static

2011-05-29 Thread Nishanth Menon
The only user of omap_vc_i2c_init is vc.c itself, makes no reason for us to expose it out. This also fixes the sparse warning: arch/arm/mach-omap2/vc.c:207:13: warning: symbol 'omap_vc_i2c_init' was not declared. Should it be static? Signed-off-by: Nishanth Menon --- arch/arm/mach-omap2/vc.c |