dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Ben Dooks 2006-04-09 22:21:09 +01:00 committed by Russell King
parent 67d4d8352b
commit 13011d0834
1 changed files with 1 additions and 0 deletions

View File

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