From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> alpha: drivers/ata/sata_sil.c: In function 'sil_broken_system_poweroff': drivers/ata/sata_sil.c:713: error: implicit declaration of function 'dmi_first_match' Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ata/sata_sil.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/ata/sata_sil.c~drivers-ata-sata_silc-needs-dmih drivers/ata/sata_sil.c --- a/drivers/ata/sata_sil.c~drivers-ata-sata_silc-needs-dmih +++ a/drivers/ata/sata_sil.c @@ -38,6 +38,7 @@ #include <linux/module.h> #include <linux/pci.h> #include <linux/init.h> +#include <linux/dmi.h> #include <linux/blkdev.h> #include <linux/delay.h> #include <linux/interrupt.h> _ -- 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