diff options
Diffstat (limited to 'include/dm/platform_data/serial-uniphier.h')
-rw-r--r-- | include/dm/platform_data/serial-uniphier.h | 18 |
1 files changed, 0 insertions, 18 deletions
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 <yamada.m@jp.panasonic.com> - * - * 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 */ |