]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arch/score/mm/cache.c: Export 'flush_icache_range'
authorChen Gang <gang.chen.5i5j@gmail.com>
Wed, 9 Jul 2014 08:56:36 +0000 (16:56 +0800)
committerLennox Wu <lennox.wu@gmail.com>
Sat, 4 Oct 2014 17:18:17 +0000 (01:18 +0800)
The related error (with allmodconfig under score):

    MODPOST 1365 modules
  ERROR: "flush_icache_range" [drivers/misc/lkdtm.ko] undefined!

Acked-by: Lennox Wu <lennox.wu@gmail.com>
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
arch/score/mm/cache.c

index be9104159c41578caffc85cd0597d157c07207c5..b4bcfd3e8393e3a1331e9e075a03572ce6fe7e4d 100644 (file)
@@ -278,3 +278,4 @@ void flush_icache_range(unsigned long start, unsigned long end)
                start += L1_CACHE_BYTES;
        }
 }
+EXPORT_SYMBOL(flush_icache_range);