* [patch for 2.6.29? 1/4] drivers/ata/sata_sil.c needs dmi.h
@ 2009-02-11 21:08 akpm
2009-02-11 21:11 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2009-02-11 21:08 UTC (permalink / raw)
To: jeff; +Cc: linux-ide, akpm
From: Andrew Morton <akpm@linux-foundation.org>
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@garzik.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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>
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch for 2.6.29? 1/4] drivers/ata/sata_sil.c needs dmi.h
2009-02-11 21:08 [patch for 2.6.29? 1/4] drivers/ata/sata_sil.c needs dmi.h akpm
@ 2009-02-11 21:11 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2009-02-11 21:11 UTC (permalink / raw)
To: akpm; +Cc: linux-ide
akpm@linux-foundation.org wrote:
> From: Andrew Morton <akpm@linux-foundation.org>
>
> 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@garzik.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
>
> 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>
already upstream...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-11 21:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-11 21:08 [patch for 2.6.29? 1/4] drivers/ata/sata_sil.c needs dmi.h akpm
2009-02-11 21:11 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).