From: Paul Gortmaker Date: Mon, 20 Aug 2012 23:56:27 +0000 (-0400) Subject: serial: sunsu.c - don't explicitly tie array size to dynamic entity X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2c654254e3379f69ce4a2e3f322374dd071337d;p=pandora-kernel.git serial: sunsu.c - don't explicitly tie array size to dynamic entity The addition of 8250-like entities continues to grow, while this driver has a snapshot of a select few common 8250 UARTs. So it has no need to grow with the new additions, since it calls out its own (largely historic) static list which does not grow. Cc: "David S. Miller" Signed-off-by: Paul Gortmaker Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed