Commit 71ac7ef2 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] i2o_scsi build fix

i2o_scsi.c now needs pci.h.
parent 92be328b
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/proc_fs.h> #include <linux/proc_fs.h>
#include <linux/prefetch.h> #include <linux/prefetch.h>
#include <linux/pci.h>
#include <asm/dma.h> #include <asm/dma.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/io.h> #include <asm/io.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment