summaryrefslogtreecommitdiff
path: root/include/dm/platform_data/lpc32xx_hsuart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm/platform_data/lpc32xx_hsuart.h')
-rw-r--r--include/dm/platform_data/lpc32xx_hsuart.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/dm/platform_data/lpc32xx_hsuart.h b/include/dm/platform_data/lpc32xx_hsuart.h
deleted file mode 100644
index 9bfd628..0000000
--- a/include/dm/platform_data/lpc32xx_hsuart.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (c) 2015 Vladimir Zapolskiy <vz@mleia.com>
- */
-
-#ifndef _LPC32XX_HSUART_PLAT_H
-#define _LPC32XX_HSUART_PLAT_H
-
-/**
- * struct lpc32xx_hsuart_platdata - NXP LPC32xx HSUART platform data
- *
- * @base: Base register address
- */
-struct lpc32xx_hsuart_platdata {
- unsigned long base;
-};
-
-#endif