X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/546b5ed544503182a9b3e981bc11feebd6042b21..98f867298141b92abadb5e16754021960e356ebb:/target/linux/generic-2.6/patches-2.6.25/963-backport_gpio_chip_reserve.patch?ds=inline diff --git a/target/linux/generic-2.6/patches-2.6.25/963-backport_gpio_chip_reserve.patch b/target/linux/generic-2.6/patches-2.6.25/963-backport_gpio_chip_reserve.patch index 306fb0a16..abf77c355 100644 --- a/target/linux/generic-2.6/patches-2.6.25/963-backport_gpio_chip_reserve.patch +++ b/target/linux/generic-2.6/patches-2.6.25/963-backport_gpio_chip_reserve.patch @@ -19,8 +19,6 @@ Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- -diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c -index 2ba6127..24c62b8 100644 --- a/drivers/gpio/gpiolib.c +++ b/drivers/gpio/gpiolib.c @@ -43,6 +43,7 @@ struct gpio_desc { @@ -102,8 +100,6 @@ index 2ba6127..24c62b8 100644 * gpiochip_add() - register a gpio_chip * @chip: the chip to register, with chip->base initialized * Context: potentially before irqs or kmalloc will work -diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h -index 464c5b3..ecf675a 100644 --- a/include/asm-generic/gpio.h +++ b/include/asm-generic/gpio.h @@ -74,6 +74,7 @@ struct gpio_chip {