From b405c21c22b7c13a64f66ca0446456be8ef3a00e Mon Sep 17 00:00:00 2001 From: Roland Stigge Date: Mon, 11 Jun 2012 10:12:40 +0200 Subject: [PATCH] --- yaml --- r: 318447 b: refs/heads/master c: da03d7400adfe56e2a54d0e38aa12704ab2a0e13 h: refs/heads/master i: 318445: 6e0457a3a80cf02939ef48e52a19f15439eb50c5 318443: ddc7c491c1406dc9ce9eec9ba48952b0e4a24e6a 318439: db6be5967fa27a78f974d7b29ce7321a83d05930 318431: 266467d0c162b9643b475d111c77391dc57621ac v: v3 --- [refs] | 2 +- trunk/drivers/gpio/gpio-lpc32xx.c | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 23d5e4619a57..3406eb83e006 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 25b273baa5bf05923b053a2c80e7eedb7ee8d7e2 +refs/heads/master: da03d7400adfe56e2a54d0e38aa12704ab2a0e13 diff --git a/trunk/drivers/gpio/gpio-lpc32xx.c b/trunk/drivers/gpio/gpio-lpc32xx.c index c2199beca98a..c8c2a513ba84 100644 --- a/trunk/drivers/gpio/gpio-lpc32xx.c +++ b/trunk/drivers/gpio/gpio-lpc32xx.c @@ -1,5 +1,5 @@ /* - * arch/arm/mach-lpc32xx/gpiolib.c + * GPIO driver for LPC32xx SoC * * Author: Kevin Wells * @@ -457,13 +457,6 @@ static struct lpc32xx_gpio_chip lpc32xx_gpiochip[] = { }, }; -/* Empty now, can be removed later when mach-lpc32xx is finally switched over - * to DT support - */ -void __init lpc32xx_gpio_init(void) -{ -} - static int lpc32xx_of_xlate(struct gpio_chip *gc, const struct of_phandle_args *gpiospec, u32 *flags) {