X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fserial%2Ficom.h;h=23dc0f7ddf8bb6712613ba0274374f609e1c4412;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=479b52d3695ce22af8914e36c6c25995aa25c113;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/serial/icom.h b/drivers/serial/icom.h index 479b52d36..23dc0f7dd 100644 --- a/drivers/serial/icom.h +++ b/drivers/serial/icom.h @@ -234,9 +234,9 @@ struct icom_port { unsigned char cable_id; unsigned char read_status_mask; unsigned char ignore_status_mask; - unsigned long int_reg; - struct icom_regs *global_reg; - struct func_dram *dram; + void __iomem * int_reg; + struct icom_regs __iomem *global_reg; + struct func_dram __iomem *dram; int port; struct statusArea *statStg; dma_addr_t statStg_pci; @@ -256,7 +256,7 @@ struct icom_port { }; struct icom_adapter { - unsigned long base_addr; + void __iomem * base_addr; unsigned long base_addr_pci; unsigned char irq_number; struct pci_dev *pci_dev; @@ -278,12 +278,12 @@ struct icom_adapter { extern void iCom_sercons_init(void); struct lookup_proc_table { - u32 *global_control_reg; + u32 __iomem *global_control_reg; unsigned long processor_id; }; struct lookup_int_table { - u32 *global_int_mask; + u32 __iomem *global_int_mask; unsigned long processor_id; };