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: Ubuntu-snapdragon-4.4.0-1050.54~48469^2~5 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=13011d08346d9d649119cc6ef519209c6f33f1e8;p=mirror_ubuntu-artful-kernel.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 36b8291b5e03..f372fbda124e 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"