ahci: add "em_buffer" attribute for AHCI hosts
[safe/jmp/linux-2.6] / drivers / ata / sata_inic162x.c
index 8d890cc..27dc6c8 100644 (file)
@@ -39,6 +39,7 @@
  * happy to assist.
  */
 
+#include <linux/gfp.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/pci.h>
@@ -405,7 +406,7 @@ static irqreturn_t inic_interrupt(int irq, void *dev_instance)
        struct ata_host *host = dev_instance;
        struct inic_host_priv *hpriv = host->private_data;
        u16 host_irq_stat;
-       int i, handled = 0;;
+       int i, handled = 0;
 
        host_irq_stat = readw(hpriv->mmio_base + HOST_IRQ_STAT);