From fbce440bab0711ad8511d29e914d4e262c8c71da Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 30 Oct 2019 16:06:47 +0800 Subject: kill more --- include/dm/platform_data/lpc32xx_hsuart.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 include/dm/platform_data/lpc32xx_hsuart.h (limited to 'include/dm/platform_data/lpc32xx_hsuart.h') 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 - */ - -#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 -- cgit v1.2.3