From: NeilBrown Date: Sun, 19 Feb 2012 02:29:31 +0000 (+1100) Subject: ARM: OMAP2+: UART: remove unused fields in omap_uart_state. X-Git-Tag: v3.4-rc1~91^2~2^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=867e9f8d105004de85335414ab09e99338617e03;p=pandora-kernel.git ARM: OMAP2+: UART: remove unused fields in omap_uart_state. commit 2fd149645eb46d261 (ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qos) removed the last usage of 'can_sleep' but did not remove the field. commit 8612bd22f3036974 (ARM: OMAP2+: UART: Avoid console uart idling during bootup) removed the last non-trivial use of 'pdev'. So remove these fields and the one trivial use. Acked-by: Govindraj.R Signed-off-by: NeilBrown [khilman@ti.com: minor changelog edits] Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed