From: Thomas Weber Date: Thu, 25 Feb 2010 09:40:19 +0000 (+0000) Subject: OMAP2: serial.c: Fix number of uarts in early_init X-Git-Tag: v2.6.34-rc2~13^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21b90340207d324f92111e25ead1752533eeb9ca;p=pandora-kernel.git OMAP2: serial.c: Fix number of uarts in early_init The omap_serial_early_init prints the following errors: Could not get uart4_ick Could not get uart4_fck because all the uarts available in omap_uart[] will be initialized. Only omap4430 and omap3630 have 4 uarts at the moment. This patch reduces the number of uarts when cpu is not omap4430 or omap3630. Signed-off-by: Thomas Weber Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed