From: Alexander Beregalov Date: Wed, 28 Jan 2009 23:30:56 +0000 (+0300) Subject: sata_sil: Fix build breakage X-Git-Tag: v2.6.29-rc4~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1737ef7598d3515fdc11cb9ba7e054f334404e04;p=pandora-kernel.git sata_sil: Fix build breakage Commit e57db7b (SATA Sil: Blacklist system that spins off disks during ACPI power off) breaks build like the following, in both cases when CONFIG_DMI set or not. 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' drivers/ata/sata_sil.c:713: warning: initialization makes pointer from integer without a cast sata_sil.c should include dmi.h Signed-off-by: Alexander Beregalov Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed