From: Paul Gortmaker Date: Mon, 20 Aug 2012 23:56:26 +0000 (-0400) Subject: m32r_sio: remove dependency on struct serial_uart_config X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8ede90cce2c63c5c592acb5d756cc14fcac448a;p=pandora-kernel.git m32r_sio: remove dependency on struct serial_uart_config The struct serial_uart_config is hardly used at all, and the use case like this one are somewhat needless. Remove the trivial usage so that we can remove serial_uart_config. Since the type field isn't really used at all, we also delete the initialization and references of it here as well. Cc: Hirokazu Takata Signed-off-by: Paul Gortmaker Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed