On Sat, Aug 30, 2014 at 04:39:09PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> > > ahci_platform_enable_phys() and ahci_platform_disable_phys() are currently > exported, but they are not used anywhere else other than libahci_platform.c. > > So make them static and do not export them to fix the following sparse > warnings: > > drivers/ata/libahci_platform.c:52:5: warning: symbol 'ahci_platform_enable_phys' was not declared. Should it be static? > drivers/ata/libahci_platform.c:88:6: warning: symbol 'ahci_platform_disable_phys' was not declared. Should it be static? > > Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> Applied to libata/for-3.18. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html