From: Alex Zeffertt <hidden> Date: 2006-08-04 14:00:10
GSM909@gmx.de wrote:
I have an old driver that need the funktion invalidate_dcache_range but when I compile the driver : Unknown symbol invalidate_dcache_range.
Whats the name of this funktion now ???
The same. You just need to add EXPORT_SYMBOL(invalidate_dcache_range) to
ppc_ksys.c for your module to see it.