[PATCH] ARM: s3c24xx: explicit dependency on plat/gpio-cfg.h

2014-01-14 Thread Linus Walleij
Previously the custom GPIO header for the S3C24xx would in turn bring in the custom pin control implementation from plat/gpio-cfg.h. This is not good as it mixes up two subsystems and makes the dependencies hard to track. Make the dependency explicit by explicitly including the pin control header

Re: [PATCH] ARM: s3c24xx: explicit dependency on plat/gpio-cfg.h

2014-01-14 Thread Heiko Stübner
Am Dienstag, 14. Januar 2014, 15:13:08 schrieb Linus Walleij: Previously the custom GPIO header for the S3C24xx would in turn bring in the custom pin control implementation from plat/gpio-cfg.h. This is not good as it mixes up two subsystems and makes the dependencies hard to track. Make the