From: Charulatha V Date: Thu, 5 May 2011 14:28:01 +0000 (+0530) Subject: gpio/omap: remove dependency on gpio_bank_count X-Git-Tag: v3.4-rc1~65^2~24^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03e128ca35e5da22e9e65ec8ab158ec0e905fdea;p=pandora-kernel.git gpio/omap: remove dependency on gpio_bank_count The gpio_bank_count is the count of number of GPIO devices in a SoC. Remove this dependency from the driver by using list. Also remove the dependency on array of pointers to gpio_bank struct of all GPIO devices. Signed-off-by: Charulatha V Reviewed-by: Santosh Shilimkar Acked-by: Tony Lindgren Reviewed-by: Kevin Hilman Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed