]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/parisc/lib/iomap.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
[linux-2.6-omap-h63xx.git] / arch / parisc / lib / iomap.c
index 01bec8fcbd0d180b120cc4995fe8b0aaf5b14025..f4a811690ab30e1dc4aa9b077c657a8b5ec01faf 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
 };