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

Commit ce19de02 authored by Peter Korsgaard's avatar Peter Korsgaard Committed by Kukjin Kim
Browse files

ARM: S3C2410: fix S3C_GPIO_SPACE #error message to match reality



S3C_GPIO_SPACE cannont be NON-zero, not zero.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent ad98aaed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@
#define S3C2410_GPIO_M_NR	(32)	/* technically 2. */

#if CONFIG_S3C_GPIO_SPACE != 0
#error CONFIG_S3C_GPIO_SPACE cannot be zero at the moment
#error CONFIG_S3C_GPIO_SPACE cannot be nonzero at the moment
#endif

#define S3C2410_GPIO_NEXT(__gpio) \