diff mbox

[01/26] gpio: samsung: remove inclusion <mach/regs-clock.h>

Message ID 1357165443-3716-2-git-send-email-kgene.kim@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Kim Kukjin Jan. 2, 2013, 10:23 p.m. UTC
The <mach/regs-clock.h> is not needed for gpio-samsung.

Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
---
 drivers/gpio/gpio-samsung.c |    1 -
 1 file changed, 1 deletion(-)

Comments

Linus Walleij Jan. 10, 2013, 10:52 a.m. UTC | #1
On Wed, Jan 2, 2013 at 11:23 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:

> The <mach/regs-clock.h> is not needed for gpio-samsung.
>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Grant Likely <grant.likely@secretlab.ca>
> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

Applied to fixes, thanks.

Yours,
Linus Walleij
Kim Kukjin Jan. 10, 2013, 6:41 p.m. UTC | #2
Linus Walleij wrote:
> 
> On Wed, Jan 2, 2013 at 11:23 PM, Kukjin Kim <kgene.kim@samsung.com>
> wrote:
> 
> > The <mach/regs-clock.h> is not needed for gpio-samsung.
> >
> > Cc: Linus Walleij <linus.walleij@linaro.org>
> > Cc: Grant Likely <grant.likely@secretlab.ca>
> > Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
> 
> Applied to fixes, thanks.
> 
Thanks :-)

BTW, do you have any comments on following patches?

[PATCH] gpio: samsung: silent build warning for EXYNOS5
http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg14443.html

[PATCH] gpio: samsung: fix pinctrl condition for exynos and exynos5440
http://comments.gmane.org/gmane.linux.kernel.samsung-soc/14758

[PATCH] gpio: samsung: skip gpio lib registration for EXYNOS5440
http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/14673

Any problems, please kindly let me know.

- Kukjin
Linus Walleij Jan. 17, 2013, 10:50 a.m. UTC | #3
On Thu, Jan 10, 2013 at 7:41 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:

> BTW, do you have any comments on following patches?
>
> [PATCH] gpio: samsung: silent build warning for EXYNOS5
> http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg14443.html

Merged to fixes.

> [PATCH] gpio: samsung: fix pinctrl condition for exynos and exynos5440
> http://comments.gmane.org/gmane.linux.kernel.samsung-soc/14758

Merged to fixes.

> [PATCH] gpio: samsung: skip gpio lib registration for EXYNOS5440
> http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/14673

I'll check it out, may have missed it.

Yours,
Linus Walleij
diff mbox

Patch

diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c
index 01f7fe9..9070f86 100644
--- a/drivers/gpio/gpio-samsung.c
+++ b/drivers/gpio/gpio-samsung.c
@@ -32,7 +32,6 @@ 
 
 #include <mach/hardware.h>
 #include <mach/map.h>
-#include <mach/regs-clock.h>
 #include <mach/regs-gpio.h>
 
 #include <plat/cpu.h>