summaryrefslogtreecommitdiff
path: root/include/dm/platform_data/serial_sh.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm/platform_data/serial_sh.h')
-rw-r--r--include/dm/platform_data/serial_sh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/platform_data/serial_sh.h b/include/dm/platform_data/serial_sh.h
index 711435d8f6..69cd012fc5 100644
--- a/include/dm/platform_data/serial_sh.h
+++ b/include/dm/platform_data/serial_sh.h
@@ -27,7 +27,7 @@ enum sh_serial_type {
* @clk_mode: Clock mode, set internal (INT) or external (EXT)
* @type: Type of SCIF
*/
-struct sh_serial_platdata {
+struct sh_serial_plat {
unsigned long base;
unsigned int clk;
enum sh_clk_mode clk_mode;