linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH #upstream] libata-transport: Fix compilation error on powerpc
       [not found] <20100818104057.5fdaf20d.sfr@canb.auug.org.au>
@ 2010-08-19  2:37 ` Gwendal Grignou
  0 siblings, 0 replies; only message in thread
From: Gwendal Grignou @ 2010-08-19  2:37 UTC (permalink / raw)
  To: tj, sfr; +Cc: linux-ide, Gwendal Grignou

slab.h was not included when compiling for powerpc.
It is implicitely included for x86.

Signed-off-by: Gwendal Grignou <gwendal@google.com>
---
 drivers/ata/libata-transport.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/ata/libata-transport.c b/drivers/ata/libata-transport.c
index a80860f..c136efc 100644
--- a/drivers/ata/libata-transport.c
+++ b/drivers/ata/libata-transport.c
@@ -25,6 +25,7 @@
 
 
 #include <linux/kernel.h>
+#include <linux/slab.h>
 #include <linux/blkdev.h>
 #include <linux/spinlock.h>
 #include <scsi/scsi_transport.h>
-- 
1.7.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-19  2:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20100818104057.5fdaf20d.sfr@canb.auug.org.au>
2010-08-19  2:37 ` [PATCH #upstream] libata-transport: Fix compilation error on powerpc Gwendal Grignou

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).