]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/serial_core.h
Use resource_size_t for serial port IO addresses
[linux-2.6-omap-h63xx.git] / include / linux / serial_core.h
index 773d8d8828ad77bb7006e039232b4d6bf6900dca..09d17b06bf025c29a0c79a71e765e29e36c32d67 100644 (file)
@@ -288,7 +288,7 @@ struct uart_port {
        const struct uart_ops   *ops;
        unsigned int            custom_divisor;
        unsigned int            line;                   /* port index */
-       unsigned long           mapbase;                /* for ioremap */
+       resource_size_t         mapbase;                /* for ioremap */
        struct device           *dev;                   /* parent device */
        unsigned char           hub6;                   /* this should be in the 8250 driver */
        unsigned char           unused[3];