]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - lib/show_mem.c
[media] media: remove __dev* annotations
[karo-tx-linux.git] / lib / show_mem.c
index 90cbe4bb5960fc480eaf45273638159ac48d2aa7..4407f8c9b1f71046d8b4aec0519734491b8bdd2a 100644 (file)
@@ -16,7 +16,7 @@ void show_mem(unsigned int filter)
                nonshared = 0, highmem = 0;
 
        printk("Mem-Info:\n");
-       __show_free_areas(filter);
+       show_free_areas(filter);
 
        for_each_online_pgdat(pgdat) {
                unsigned long i, flags;