summaryrefslogtreecommitdiff
path: root/include/dm/platform_data/serial_mxc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm/platform_data/serial_mxc.h')
-rw-r--r--include/dm/platform_data/serial_mxc.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/dm/platform_data/serial_mxc.h b/include/dm/platform_data/serial_mxc.h
deleted file mode 100644
index 86cd3bc..0000000
--- a/include/dm/platform_data/serial_mxc.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (c) 2014 Google, Inc
- */
-
-#ifndef __serial_mxc_h
-#define __serial_mxc_h
-
-/* Information about a serial port */
-struct mxc_serial_platdata {
- struct mxc_uart *reg; /* address of registers in physical memory */
- bool use_dte;
-};
-
-#endif