Remove obsolete #include <linux/config.h>
[sfrench/cifs-2.6.git] / arch / m32r / kernel / io_oaks32r.c
index 9997dddd24d7ea8584bc5e66ae579b5249aca3e8..068bf47060f8150ad13363515c85889801a7ce63 100644 (file)
@@ -7,7 +7,6 @@
  *                           Hitoshi Yamamoto, Mamoru Sakugawa
  */
 
-#include <linux/config.h>
 #include <asm/m32r.h>
 #include <asm/page.h>
 #include <asm/io.h>
@@ -16,7 +15,7 @@
 
 static inline void *_port2addr(unsigned long port)
 {
-       return (void *)(port + NONCACHE_OFFSET);
+       return (void *)(port | NONCACHE_OFFSET);
 }
 
 static inline  void *_port2addr_ne(unsigned long port)