]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/serial_8250.h
Suspend: Introduce begin() and end() callbacks
[linux-2.6-omap-h63xx.git] / include / linux / serial_8250.h
index 8518fa2a6f89038d36ceac34c436a3519d69e8ee..afe0f6d9b9bcbfdbc39d726f5a202307d3ddbc81 100644 (file)
@@ -20,7 +20,7 @@
 struct plat_serial8250_port {
        unsigned long   iobase;         /* io base address */
        void __iomem    *membase;       /* ioremap cookie or NULL */
-       unsigned long   mapbase;        /* resource base */
+       resource_size_t mapbase;        /* resource base */
        unsigned int    irq;            /* interrupt number */
        unsigned int    uartclk;        /* UART clock rate */
        unsigned char   regshift;       /* register shift */