Commit fa25dfc8 authored by James Bottomley's avatar James Bottomley

Fix scsi drivers needing to include <linux/pci.h>

With the simplification of the DMA direction/SCSI data direction
linux/pci.h is no longer pulled in by scsi.h
parent a5449cb9
......@@ -59,6 +59,7 @@
#include <linux/interrupt.h>
#include <linux/init.h>
#include <linux/spinlock.h>
#include <linux/pci.h>
/*---------------------------------------------------------------------------
Features
......
......@@ -40,6 +40,7 @@
#include <linux/module.h>
#include <linux/list.h>
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <scsi/scsicam.h>
#include "scsi.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