X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fblock%2Fcciss.h;h=868e0d862b0d274980857ee8593a385006ae2432;hb=a2b524b2ec6caa0499aea56a58fdb67a6d10db90;hp=ad45e581a91d2f0b5d10d78346265ddaf7a0e7de;hpb=fb86a35b9ded8a7e53a432cbf28df603cdd4849c;p=linux-2.6 diff --git a/drivers/block/cciss.h b/drivers/block/cciss.h index ad45e581a9..868e0d862b 100644 --- a/drivers/block/cciss.h +++ b/drivers/block/cciss.h @@ -13,8 +13,6 @@ #define IO_OK 0 #define IO_ERROR 1 -#define MAJOR_NR COMPAQ_CISS_MAJOR - struct ctlr_info; typedef struct ctlr_info ctlr_info_t; @@ -62,8 +60,6 @@ struct ctlr_info __u32 board_id; void __iomem *vaddr; unsigned long paddr; - unsigned long io_mem_addr; - unsigned long io_mem_length; CfgTable_struct __iomem *cfgtable; int interrupts_enabled; int major;