diff options
| author | Russell King <rmk@flint.arm.linux.org.uk> | 2004-11-13 16:01:38 +0000 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2004-11-13 16:01:38 +0000 |
| commit | 28eb41dd719d26bee49adf34a85e7793f88b70be (patch) | |
| tree | 9fc2450ba0ed44747e6f722384b39e1ab6f34df1 /include/linux/serial_core.h | |
| parent | 9ba41447b7226301b3db2ef60b0969a7ab619be3 (diff) | |
[SERIAL] Add sparse __iomem annotations.
Diffstat (limited to 'include/linux/serial_core.h')
| -rw-r--r-- | include/linux/serial_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index bba805dd7a39..ae0b9948c269 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -171,7 +171,7 @@ struct uart_icount { struct uart_port { spinlock_t lock; /* port lock */ unsigned int iobase; /* in/out[bwl] */ - char *membase; /* read/write[bwl] */ + unsigned char __iomem *membase; /* read/write[bwl] */ unsigned int irq; /* irq number */ unsigned int uartclk; /* base uart clock */ unsigned char fifosize; /* tx fifo size */ |
