mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user