summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-20 02:45:24 +0300
committerTom Rini <trini@konsulko.com>2022-12-06 00:07:13 +0300
commitd5596cbc6e4d189e006f0422b162cd12e07c5b97 (patch)
tree24ff20aabd458031930c2b7bd7fef0de28828ec2 /include
parent68e54040ccc3c5432be720e0cc6da3489eaceef6 (diff)
downloadu-boot-d5596cbc6e4d189e006f0422b162cd12e07c5b97.tar.xz
arm: lpc32xx: Remove unused hsuart driver
This driver is not enabled in any config currently, remove it. Cc: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-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 6f41e0e734..0000000000
--- 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_plat - NXP LPC32xx HSUART platform data
- *
- * @base: Base register address
- */
-struct lpc32xx_hsuart_plat {
- unsigned long base;
-};
-
-#endif