]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/serial/m32r_sio.h
move die notifier handling to common code
[linux-2.6-omap-h63xx.git] / drivers / serial / m32r_sio.h
index 07d0dd80aa3dd2197861abddd1f27633aa7b7c2a..849f1b2c2531a41fb5f94b949343ab415318396e 100644 (file)
@@ -15,7 +15,6 @@
  * (at your option) any later version.
  */
 
-#include <linux/config.h>
 
 struct m32r_sio_probe {
        struct module   *owner;
@@ -37,7 +36,7 @@ struct old_serial_port {
        unsigned int irq;
        unsigned int flags;
        unsigned char io_type;
-       unsigned char *iomem_base;
+       unsigned char __iomem *iomem_base;
        unsigned short iomem_reg_shift;
 };