From 15ef17f622033455dcf03ae96256e474073a7b11 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 28 Aug 2013 10:09:28 +0200 Subject: [PATCH] tty: ar933x_uart: use the clk API to get the uart clock The AR933x UARTs are only used on the Atheros AR933x SoCs. The base clock frequency of the UART is passed to the driver via platform data. The SoC support code implements the generic clock API, and the clock rate can be retrieved via that. Update the code to get the clock rate via the generic clock API instead of using the platform data. Signed-off-by: Gabor Juhos Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed