Commit 79c1830e authored by Stelian Pop's avatar Stelian Pop Committed by Linus Torvalds

[PATCH] include <linux/tqueue.h> in pcmcia drivers...

The pcmcia drivers haven't been updated to include the new
tqueue.h header when using tq_structs.

I noticed the breakage when compiling i82365.c for my laptop, and
took the time to modify all the drivers in that directory.
parent 278b098b
......@@ -37,6 +37,7 @@
#include <linux/vmalloc.h>
#include <asm/errno.h>
#include <linux/irq.h>
#include <linux/tqueue.h>
#include <asm/io.h>
#include <asm/hd64465.h>
......
......@@ -14,6 +14,7 @@
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/tqueue.h>
#include <pcmcia/cs_types.h>
#include <pcmcia/ss.h>
......
......@@ -46,6 +46,7 @@
#include <linux/ioport.h>
#include <linux/delay.h>
#include <linux/proc_fs.h>
#include <linux/tqueue.h>
#include <asm/irq.h>
#include <asm/io.h>
#include <asm/bitops.h>
......
......@@ -49,6 +49,7 @@
#include <linux/ioport.h>
#include <linux/delay.h>
#include <linux/proc_fs.h>
#include <linux/tqueue.h>
#include <pcmcia/version.h>
#include <pcmcia/cs_types.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