]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: s3c24xx: explicit dependency on <plat/gpio-cfg.h>
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 14 Jan 2014 14:05:22 +0000 (15:05 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 14 Jan 2014 14:24:54 +0000 (15:24 +0100)
commit73738fb348b3d838126b6d82f292b2c8fe4d33b1
tree8bc664d9da6e98b03f6dc49dd43373fabb18079b
parentab1a22cd7eed31745cc43390b45f14ccba76894e
ARM: s3c24xx: explicit dependency on <plat/gpio-cfg.h>

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 where needed.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: linux-samsung-soc@vger.kernel.org
Acked-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-s3c24xx/h1940-bluetooth.c
arch/arm/mach-s3c24xx/include/mach/gpio-samsung.h
arch/arm/mach-s3c24xx/mach-rx1950.c
arch/arm/mach-s3c24xx/pm-s3c2410.c
arch/arm/mach-s3c24xx/setup-ts.c
drivers/mmc/host/s3cmci.c