Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / arch / parisc / lib / iomap.c
index 01bec8f..f4a8116 100644 (file)
@@ -263,11 +263,7 @@ static const struct iomap_ops iomem_ops = {
 
 const struct iomap_ops *iomap_ops[8] = {
        [0] = &ioport_ops,
-#ifdef CONFIG_DEBUG_IOREMAP
-       [6] = &iomem_ops,
-#else
        [7] = &iomem_ops
-#endif
 };