Commit e170a233 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] Patch to fix all known linux/tqueue.h compile errors

This fixes linux/tqueue.h compile errors in 2.5.23 that were
found by Andy Pfiffer, Matthew Harrell and me.
parent eeea200e
......@@ -36,6 +36,7 @@
#include <linux/ptrace.h>
#include <linux/skbuff.h>
#include <linux/tqueue.h>
/*****************************************************************************/
......
......@@ -116,6 +116,7 @@
#include <linux/etherdevice.h>
#include <linux/random.h>
#include <linux/ethtool.h>
#include <linux/tqueue.h>
#include <asm/uaccess.h>
#include <asm/unaligned.h>
......
......@@ -18,6 +18,7 @@
#include <linux/mm.h>
#include <linux/netdevice.h>
#include <linux/smp_lock.h>
#include <linux/tqueue.h>
#include <net/scm.h>
#include <net/ip.h>
......
......@@ -29,6 +29,7 @@
********************************************************************/
#include <linux/sched.h>
#include <linux/tqueue.h>
#include <linux/interrupt.h>
#include <net/irda/irda.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