Browse Source

[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 <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Ben Dooks 19 years ago
parent
commit
13011d0834
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-s3c2410/common-smdk.c

+ 1 - 0
arch/arm/mach-s3c2410/common-smdk.c

@@ -37,6 +37,7 @@
 
 #include <asm/arch/nand.h>
 
+#include "common-smdk.h"
 #include "devs.h"
 #include "pm.h"