X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fcyclomx.h;h=b88f7f428e58c6590b5069127895ea3f85d4685a;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=2aaf05c753f360f627e41a490ef654685a70ea99;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/linux/cyclomx.h b/include/linux/cyclomx.h index 2aaf05c75..b88f7f428 100644 --- a/include/linux/cyclomx.h +++ b/include/linux/cyclomx.h @@ -24,7 +24,6 @@ * 1998/08/08 acme Version 0.0.1 */ -#include #include #include @@ -37,8 +36,6 @@ #include #endif -#define is_digit(ch) (((ch)>=(unsigned)'0'&&(ch)<=(unsigned)'9')?1:0) - /* Adapter Data Space. * This structure is needed because we handle multiple cards, otherwise * static data would do it. @@ -52,7 +49,7 @@ struct cycx_device { char in_isr; /* interrupt-in-service flag */ char buff_int_mode_unbusy; /* flag for carrying out dev_tint */ wait_queue_head_t wait_stats; /* to wait for the STATS indication */ - void *mbox; /* -> mailbox */ + void __iomem *mbox; /* -> mailbox */ void (*isr)(struct cycx_device* card); /* interrupt service routine */ int (*exec)(struct cycx_device* card, void* u_cmd, void* u_data); union {