Remove bogus comments about unexporting cache_{push,clear}(), as inline
dma_cache_maintenance() (used by at least bionet and pamsnet) calls them.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
        mach_l2_flush(0);
 #endif
 }
-EXPORT_SYMBOL(cache_clear);    /* probably can be unexported */
+EXPORT_SYMBOL(cache_clear);
 
 
 /*
        mach_l2_flush(1);
 #endif
 }
-EXPORT_SYMBOL(cache_push);     /* probably can be unexported */
+EXPORT_SYMBOL(cache_push);
 
 #ifndef CONFIG_SINGLE_MEMORY_CHUNK
 int mm_end_of_chunk (unsigned long addr, int len)