]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-s390/io.h
[NETFILTER]: conntrack: add '_get' to {ip, nf}_conntrack_expect_find
[linux-2.6-omap-h63xx.git] / include / asm-s390 / io.h
index 63c78b9399c489b4fdee65ed05aec791e798e82d..efb7de9c1c6bc815ba5e5f04d32967ec6b2cad2b 100644 (file)
@@ -45,11 +45,6 @@ static inline void * phys_to_virt(unsigned long address)
         return __io_virt(address);
 }
 
-/*
- * Change "struct page" to physical address.
- */
-#define page_to_phys(page)     ((page - mem_map) << PAGE_SHIFT)
-
 extern void * __ioremap(unsigned long offset, unsigned long size, unsigned long flags);
 
 static inline void * ioremap (unsigned long offset, unsigned long size)