From e605ff8c1a785f49801ad903846f62e609f954f7 Mon Sep 17 00:00:00 2001 From: James Hogan Date: Tue, 26 Mar 2013 14:10:42 +0000 Subject: metag: export _metag_da_present and cpu_2_hwthread_id Export the symbols _metag_da_present and cpu_2_hwthread_id to modules (GPL only) to allow the imgdafs file system to be built as a module. Signed-off-by: James Hogan --- arch/metag/kernel/da.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/metag/kernel/da.c') diff --git a/arch/metag/kernel/da.c b/arch/metag/kernel/da.c index 52aabb6..a35dbed 100644 --- a/arch/metag/kernel/da.c +++ b/arch/metag/kernel/da.c @@ -5,12 +5,14 @@ */ +#include #include #include #include #include bool _metag_da_present; +EXPORT_SYMBOL_GPL(_metag_da_present); int __init metag_da_probe(void) { -- cgit v1.1