]> git.baikalelectronics.ru Git - kernel.git/commit
sata_sil: Fix build breakage
authorAlexander Beregalov <a.beregalov@gmail.com>
Wed, 28 Jan 2009 23:30:56 +0000 (02:30 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Jan 2009 02:19:30 +0000 (18:19 -0800)
commit944e78e9c956a42a64ce3dd21092c095b7f97c87
treee7b2bf38b99580081bf6cabb9d484cca7e9a98e8
parent7e251d819048ba92bbf7687d817adebdad26e17c
sata_sil: Fix build breakage

Commit 8f37494 (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 <a.beregalov@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/ata/sata_sil.c