make compile

This commit is contained in:
Karsten Keil 2002-01-08 17:21:33 +00:00
parent 1703b79605
commit 5bff970309
2 changed files with 1 additions and 1 deletions

View File

@ -181,6 +181,7 @@ typedef struct HYSDN_CARD {
struct tq_struct irq_queue; /* interrupt task queue */
uchar volatile irq_enabled; /* interrupt enabled if != 0 */
uchar volatile hw_lock; /* hardware is currently locked -> no access */
spinlock_t irq_lock;
/* boot process */
void *boot; /* pointer to boot private data */

View File

@ -15,7 +15,6 @@
#include <linux/signal.h>
#include <linux/kernel.h>
#include <linux/ioport.h>
#include <linux/interrupt.h>
#include <asm/io.h>
#include "hysdn_defs.h"