From 6d99cfaee8a6ced4c412a94c0de26f74808b7246 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 28 Aug 2015 20:13:19 +0900 Subject: serial: uniphier: drop platform data support This driver is enabled only for UniPhier SoCs and ARCH_UNIPHIER now selects OF_CONTROL and SPL_OF_CONTROL. This driver no longer needs to support platform data configuration. Signed-off-by: Masahiro Yamada Reviewed-by: Simon Glass --- include/dm/platform_data/serial-uniphier.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 include/dm/platform_data/serial-uniphier.h (limited to 'include') diff --git a/include/dm/platform_data/serial-uniphier.h b/include/dm/platform_data/serial-uniphier.h deleted file mode 100644 index 52343e34ee..0000000000 --- a/include/dm/platform_data/serial-uniphier.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (C) 2014 Panasonic Corporation - * Author: Masahiro Yamada - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -#ifndef __PLAT_UNIPHIER_SERIAL_H -#define __PLAT_UNIPHIER_SERIAL_H - -#define DRIVER_NAME "uniphier-uart" - -struct uniphier_serial_platform_data { - unsigned long base; - unsigned int uartclk; -}; - -#endif /* __PLAT_UNIPHIER_SERIAL_H */ -- cgit v1.2.1