]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/parisc/lib/iomap.c
parisc: lib/: make code static
[mirror_ubuntu-artful-kernel.git] / arch / parisc / lib / iomap.c
index 9abed07db7fc0ded2b7e041c5e73f65e1911b211..5069e8b2ca712a85a437b495b1195aefda364a9c 100644 (file)
@@ -261,7 +261,7 @@ static const struct iomap_ops iomem_ops = {
        iomem_write32r,
 };
 
-const struct iomap_ops *iomap_ops[8] = {
+static const struct iomap_ops *iomap_ops[8] = {
        [0] = &ioport_ops,
        [7] = &iomem_ops
 };