From 8dc7a9c84fbeb8825d19c18e9d8c6fce416c473f Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Tue, 9 Aug 2011 11:05:22 -0400 Subject: blackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE These particular files were just assuming that module.h was somehow in the include paths. Give them the more minimalist header file explicitly. Signed-off-by: Paul Gortmaker --- arch/blackfin/mach-bf518/boards/ezbrd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/blackfin/mach-bf518/boards/ezbrd.c') diff --git a/arch/blackfin/mach-bf518/boards/ezbrd.c b/arch/blackfin/mach-bf518/boards/ezbrd.c index d78fc2cc7d16..1082e49f7a9f 100644 --- a/arch/blackfin/mach-bf518/boards/ezbrd.c +++ b/arch/blackfin/mach-bf518/boards/ezbrd.c @@ -7,6 +7,7 @@ */ #include +#include #include #include #include -- cgit