summaryrefslogtreecommitdiff
path: root/include/dm/platform_data/serial-uniphier.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm/platform_data/serial-uniphier.h')
-rw-r--r--include/dm/platform_data/serial-uniphier.h18
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 52343e3..0000000
--- 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 */