From b8c4550aa06fa1e6d6457c1bd59701dff1ef74b3 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Mon, 22 Aug 2011 08:37:10 +0100 Subject: [PATCH] --- yaml --- r: 269401 b: refs/heads/master c: db23c7332b5391646c32585b06328da0463418f8 h: refs/heads/master i: 269399: bb157d90fbaad6f393df8cba08066d0e0883f1a0 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-ks8695/Makefile | 2 +- trunk/drivers/gpio/Makefile | 1 + .../{arch/arm/mach-ks8695/gpio.c => drivers/gpio/gpio-ks8695.c} | 0 4 files changed, 3 insertions(+), 2 deletions(-) rename trunk/{arch/arm/mach-ks8695/gpio.c => drivers/gpio/gpio-ks8695.c} (100%) diff --git a/[refs] b/[refs] index cee192dec9fa..3ae9817b570e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e9fe594344c3db554aebb48513b60bba90c4dd2d +refs/heads/master: db23c7332b5391646c32585b06328da0463418f8 diff --git a/trunk/arch/arm/mach-ks8695/Makefile b/trunk/arch/arm/mach-ks8695/Makefile index 7e3e8160ed30..853efd9133c6 100644 --- a/trunk/arch/arm/mach-ks8695/Makefile +++ b/trunk/arch/arm/mach-ks8695/Makefile @@ -3,7 +3,7 @@ # Makefile for KS8695 architecture support # -obj-y := cpu.o irq.o time.o gpio.o devices.o +obj-y := cpu.o irq.o time.o devices.o obj-m := obj-n := obj- := diff --git a/trunk/drivers/gpio/Makefile b/trunk/drivers/gpio/Makefile index 9588948c96f0..27295cbadaf3 100644 --- a/trunk/drivers/gpio/Makefile +++ b/trunk/drivers/gpio/Makefile @@ -18,6 +18,7 @@ obj-$(CONFIG_GPIO_EP93XX) += gpio-ep93xx.o obj-$(CONFIG_GPIO_EXYNOS4) += gpio-exynos4.o obj-$(CONFIG_GPIO_IT8761E) += gpio-it8761e.o obj-$(CONFIG_GPIO_JANZ_TTL) += gpio-janz-ttl.o +obj-$(CONFIG_MACH_KS8695) += gpio-ks8695.o obj-$(CONFIG_GPIO_LANGWELL) += gpio-langwell.o obj-$(CONFIG_GPIO_MAX730X) += gpio-max730x.o obj-$(CONFIG_GPIO_MAX7300) += gpio-max7300.o diff --git a/trunk/arch/arm/mach-ks8695/gpio.c b/trunk/drivers/gpio/gpio-ks8695.c similarity index 100% rename from trunk/arch/arm/mach-ks8695/gpio.c rename to trunk/drivers/gpio/gpio-ks8695.c