From fbce440bab0711ad8511d29e914d4e262c8c71da Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 30 Oct 2019 16:06:47 +0800 Subject: kill more --- include/dm/platform_data/serial_sh.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 include/dm/platform_data/serial_sh.h (limited to 'include/dm/platform_data/serial_sh.h') diff --git a/include/dm/platform_data/serial_sh.h b/include/dm/platform_data/serial_sh.h deleted file mode 100644 index 711435d..0000000 --- a/include/dm/platform_data/serial_sh.h +++ /dev/null @@ -1,36 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Copyright (c) 2014 Nobuhiro Iwamatsu - * Copyright (c) 2014 Renesas Electronics Corporation - */ - -#ifndef __serial_sh_h -#define __serial_sh_h - -enum sh_clk_mode { - INT_CLK, - EXT_CLK, -}; - -enum sh_serial_type { - PORT_SCI, - PORT_SCIF, - PORT_SCIFA, - PORT_SCIFB, -}; - -/* - * Information about SCIF port - * - * @base: Register base address - * @clk: Input clock rate, used for calculating the baud rate divisor - * @clk_mode: Clock mode, set internal (INT) or external (EXT) - * @type: Type of SCIF - */ -struct sh_serial_platdata { - unsigned long base; - unsigned int clk; - enum sh_clk_mode clk_mode; - enum sh_serial_type type; -}; -#endif /* __serial_sh_h */ -- cgit v1.2.3