The patch titled libata: unexport ata_dev_revalidate() has been added to the -mm tree. Its filename is libata-unexport-ata_dev_revalidate.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: libata: unexport ata_dev_revalidate() From: Tejun Heo <htejun@xxxxxxxxx> ata_dev_revalidate() isn't used outside of libata core. Unexport it. Signed-off-by: Tejun Heo <htejun@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ata/libata-core.c | 1 - drivers/ata/libata.h | 1 + include/linux/libata.h | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff -puN drivers/ata/libata-core.c~libata-unexport-ata_dev_revalidate drivers/ata/libata-core.c --- a/drivers/ata/libata-core.c~libata-unexport-ata_dev_revalidate +++ a/drivers/ata/libata-core.c @@ -6134,7 +6134,6 @@ EXPORT_SYMBOL_GPL(ata_std_prereset); EXPORT_SYMBOL_GPL(ata_std_softreset); EXPORT_SYMBOL_GPL(sata_std_hardreset); EXPORT_SYMBOL_GPL(ata_std_postreset); -EXPORT_SYMBOL_GPL(ata_dev_revalidate); EXPORT_SYMBOL_GPL(ata_dev_classify); EXPORT_SYMBOL_GPL(ata_dev_pair); EXPORT_SYMBOL_GPL(ata_port_disable); diff -puN drivers/ata/libata.h~libata-unexport-ata_dev_revalidate drivers/ata/libata.h --- a/drivers/ata/libata.h~libata-unexport-ata_dev_revalidate +++ a/drivers/ata/libata.h @@ -54,6 +54,7 @@ extern unsigned ata_exec_internal(struct extern unsigned int ata_do_simple_cmd(struct ata_device *dev, u8 cmd); extern int ata_dev_read_id(struct ata_device *dev, unsigned int *p_class, int post_reset, u16 *id); +extern int ata_dev_revalidate(struct ata_device *dev, int post_reset); extern int ata_dev_configure(struct ata_device *dev, int print_info); extern int sata_down_spd_limit(struct ata_port *ap); extern int sata_set_spd_needed(struct ata_port *ap); diff -puN include/linux/libata.h~libata-unexport-ata_dev_revalidate include/linux/libata.h --- a/include/linux/libata.h~libata-unexport-ata_dev_revalidate +++ a/include/linux/libata.h @@ -708,7 +708,6 @@ extern int ata_std_prereset(struct ata_p extern int ata_std_softreset(struct ata_port *ap, unsigned int *classes); extern int sata_std_hardreset(struct ata_port *ap, unsigned int *class); extern void ata_std_postreset(struct ata_port *ap, unsigned int *classes); -extern int ata_dev_revalidate(struct ata_device *dev, int post_reset); extern void ata_port_disable(struct ata_port *); extern void ata_std_ports(struct ata_ioports *ioaddr); #ifdef CONFIG_PCI _ Patches currently in -mm which might be from htejun@xxxxxxxxx are origin.patch git-libata-all.patch ata_piix-clean-up-port-flags.patch libata-unexport-ata_dev_revalidate.patch libata-convert-post_reset-to-flags-in-ata_dev_read_id.patch libata-implement-presence-detection-via-polling-identify.patch ata_piix-apply-device-detection-via-polling-identify.patch ata_piix-strip-now-unneded-map-related-stuff.patch libata-return-sense-data-in-hdio_drive_cmd-ioctl.patch libata-return-sense-data-in-hdio_drive_cmd-ioctl-tidy.patch via-pata-controller-xfer-fixes.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html