Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7275dac authored by Krzysztof Helt's avatar Krzysztof Helt Committed by Russell King
Browse files

[ARM] 4775/1: s3c2410: fix compilation error if only s3c2442 cpu is selected



This patch fixes compilation error if only a machine with
s3c2442 cpu is selected but without s3c2440 cpu selected.

Signed-off-by: default avatarKrzysztof Helt <krzysztof.h1@wp.pl>
Acked-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 33234951
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#define S3C2412_DSC1	   S3C2410_GPIOREG(0xe0)
#endif

#if defined(CONFIG_CPU_S3C2440)
#if defined(CONFIG_CPU_S3C244X)

#define S3C2440_DSC0	   S3C2410_GPIOREG(0xc4)
#define S3C2440_DSC1	   S3C2410_GPIOREG(0xc8)