diff options
author | Olof Johansson <olof@lixom.net> | 2013-04-26 22:35:59 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-04-26 22:35:59 +0400 |
commit | 772ba2ffd2033ecc4451c10b20c01814156ee1b1 (patch) | |
tree | c3d7b3f1441bd900e3c8e22e1c37eed954c2fd41 /drivers | |
parent | f19814721e24cac152348872ff38f38a3b45852a (diff) | |
parent | 4923ee444a39c8b75027ed01a7812e940194dbec (diff) | |
download | linux-772ba2ffd2033ecc4451c10b20c01814156ee1b1.tar.xz |
Merge branch 'samsung/exynos-multiplatform' into next/multiplatform
This just merges in the revert of multiplatform support. Not doing it by
cherry-pick since we need the same revert in the next/drivers branch.
* samsung/exynos-multiplatform:
Revert "ARM: exynos: enable multiplatform support"
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 6c16050d1577..22e07bc9fcb5 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -57,7 +57,7 @@ obj-$(CONFIG_GPIO_PL061) += gpio-pl061.o obj-$(CONFIG_GPIO_PXA) += gpio-pxa.o obj-$(CONFIG_GPIO_RC5T583) += gpio-rc5t583.o obj-$(CONFIG_GPIO_RDC321X) += gpio-rdc321x.o -obj-$(CONFIG_PLAT_SAMSUNG_SINGLE) += gpio-samsung.o +obj-$(CONFIG_PLAT_SAMSUNG) += gpio-samsung.o obj-$(CONFIG_ARCH_SA1100) += gpio-sa1100.o obj-$(CONFIG_GPIO_SCH) += gpio-sch.o obj-$(CONFIG_GPIO_SODAVILLE) += gpio-sodaville.o |