From 115a129a30ab1a50d62f8efac868db2380909624 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 26 Jul 2008 10:53:23 +0000 Subject: [kernel] update to 2.6.25.12 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11933 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../962-backport_gpiolib_dynamic_gpio_number_allocation.patch | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'target/linux/generic-2.6/patches-2.6.25/962-backport_gpiolib_dynamic_gpio_number_allocation.patch') diff --git a/target/linux/generic-2.6/patches-2.6.25/962-backport_gpiolib_dynamic_gpio_number_allocation.patch b/target/linux/generic-2.6/patches-2.6.25/962-backport_gpiolib_dynamic_gpio_number_allocation.patch index 000742322..bcd5c1948 100644 --- a/target/linux/generic-2.6/patches-2.6.25/962-backport_gpiolib_dynamic_gpio_number_allocation.patch +++ b/target/linux/generic-2.6/patches-2.6.25/962-backport_gpiolib_dynamic_gpio_number_allocation.patch @@ -21,11 +21,9 @@ Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- -diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c -index 623fcd9..2ba6127 100644 --- a/drivers/gpio/gpiolib.c +++ b/drivers/gpio/gpiolib.c -@@ -80,6 +80,33 @@ static inline struct gpio_chip *gpio_to_chip(unsigned gpio) +@@ -80,6 +80,33 @@ return gpio_desc[gpio].chip; } @@ -59,7 +57,7 @@ index 623fcd9..2ba6127 100644 /** * gpiochip_add() - register a gpio_chip * @chip: the chip to register, with chip->base initialized -@@ -88,38 +115,49 @@ static inline struct gpio_chip *gpio_to_chip(unsigned gpio) +@@ -88,38 +115,49 @@ * Returns a negative errno if the chip can't be registered, such as * because the chip->base is invalid or already associated with a * different chip. Otherwise it returns zero as a success code. -- cgit v1.2.3