Commit bf8af91b authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] m68k: EXPORT_SYMBOL(cache_{clear,push}) bogus comment

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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3f922221
...@@ -299,7 +299,7 @@ void cache_clear (unsigned long paddr, int len) ...@@ -299,7 +299,7 @@ void cache_clear (unsigned long paddr, int len)
mach_l2_flush(0); mach_l2_flush(0);
#endif #endif
} }
EXPORT_SYMBOL(cache_clear); /* probably can be unexported */ EXPORT_SYMBOL(cache_clear);
/* /*
...@@ -352,7 +352,7 @@ void cache_push (unsigned long paddr, int len) ...@@ -352,7 +352,7 @@ void cache_push (unsigned long paddr, int len)
mach_l2_flush(1); mach_l2_flush(1);
#endif #endif
} }
EXPORT_SYMBOL(cache_push); /* probably can be unexported */ EXPORT_SYMBOL(cache_push);
#ifndef CONFIG_SINGLE_MEMORY_CHUNK #ifndef CONFIG_SINGLE_MEMORY_CHUNK
int mm_end_of_chunk (unsigned long addr, int len) int mm_end_of_chunk (unsigned long addr, int len)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment