diff options
author | Tom Rini | 2022-11-19 18:45:24 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-05 16:07:13 -0500 |
commit | d5596cbc6e4d189e006f0422b162cd12e07c5b97 (patch) | |
tree | 24ff20aabd458031930c2b7bd7fef0de28828ec2 /include/dm/platform_data | |
parent | 68e54040ccc3c5432be720e0cc6da3489eaceef6 (diff) |
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/dm/platform_data')
-rw-r--r-- | include/dm/platform_data/lpc32xx_hsuart.h | 18 |
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 6f41e0e734a..00000000000 --- 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 |