From: Kevin Hilman Date: Thu, 21 Apr 2011 16:23:00 +0000 (-0700) Subject: gpio/omap: move bank width into struct gpio_bank X-Git-Tag: v3.1-rc1~313^2~20^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5f46247e77a63bc3bb4b3f979281e5c700c218e;p=pandora-kernel.git gpio/omap: move bank width into struct gpio_bank Rather than having a file-global bank_width variable, move it into struct gpio_bank so it can be bank-specific. Note the bank width is already passed per-bank via platform_data, so current code would be incorrect if any banks had different width. Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed