From: Ben Dooks Date: Sun, 9 Apr 2006 21:21:09 +0000 (+0100) Subject: [ARM] 3468/1: S3C2410: SMDK common include fix X-Git-Tag: v2.6.17-rc2~284^2~5 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=13011d08346d9d649119cc6ef519209c6f33f1e8;p=linux-2.6-omap-h63xx.git [ARM] 3468/1: S3C2410: SMDK common include fix Patch from Ben Dooks common-smdk.c does not include its own header file defining the exported prototypes. Signed-off-by: Ben Dooks Signed-off-by: Russell King --- diff --git a/arch/arm/mach-s3c2410/common-smdk.c b/arch/arm/mach-s3c2410/common-smdk.c index 36b8291b5e0..f372fbda124 100644 --- a/arch/arm/mach-s3c2410/common-smdk.c +++ b/arch/arm/mach-s3c2410/common-smdk.c @@ -37,6 +37,7 @@ #include +#include "common-smdk.h" #include "devs.h" #include "pm.h"