Commit 7b79a07e authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fix imm compile

parent 1e4d4052
......@@ -27,8 +27,10 @@ static int device_check(int host_no);
#include <linux/blk.h>
#include <asm/io.h>
#include <linux/parport.h>
#include <linux/workqueue.h>
#include "sd.h"
#include "hosts.h"
typedef struct {
struct pardevice *dev; /* Parport device entry */
int base; /* Actual port address */
......
......@@ -71,7 +71,6 @@
#include <linux/stddef.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/tqueue.h>
#include <linux/ioport.h>
#include <linux/delay.h>
#include <linux/proc_fs.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