From: Michael Hennerich Date: Mon, 24 Dec 2007 12:07:03 +0000 (+0800) Subject: [Blackfin] arch: Fix gpio label handling X-Git-Tag: v2.6.25-rc1~1177^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac3cf432ef9b6bfd64b35b95afe0b7e0079da74;p=pandora-kernel.git [Blackfin] arch: Fix gpio label handling early serial init also utilizes the peripheral request api - however at this point bfin_gpio_init didn't allocate memory for the labels. So we always have two zombies (allocated pin functions without labels) This happens before the initcalls - We now allocate memory statically. Define MAX_RESOURCES individually for each cpu. Signed-off-by: Michael Hennerich Signed-off-by: Bryan Wu --- Reading git-diff-tree failed