arm/armv8r: remove unused serial_pl011.h

Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
chao an 2024-01-11 12:46:42 +08:00 committed by Alin Jerpelea
parent b7bd2e33b1
commit 181a31801d
5 changed files with 4 additions and 109 deletions

View File

@ -37,7 +37,8 @@
#include "arm_gic.h"
#include "chip.h"
#include "fvp_boot.h"
#include "serial_pl011.h"
#include <nuttx/serial/uart_pl011.h>
/****************************************************************************
* Private Data

View File

@ -1,53 +0,0 @@
/****************************************************************************
* arch/arm/src/fvp-v8r-aarch32/serial_pl011.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
* ASF licenses this file to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*
****************************************************************************/
#ifndef __ARCH_ARM_SRC_FVP_V8R_SERIAL_PL011_H
#define __ARCH_ARM_SRC_FVP_V8R_SERIAL_PL011_H
/****************************************************************************
* Included Files
****************************************************************************/
#include <nuttx/config.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Public Types
****************************************************************************/
/****************************************************************************
* Inline Functions
****************************************************************************/
#ifndef __ASSEMBLY__
/****************************************************************************
* Public Data
****************************************************************************/
/****************************************************************************
* Public Function Prototypes
****************************************************************************/
#endif /* __ASSEMBLY__ */
#endif /* __ARCH_ARM_SRC_FVP_V8R_SERIAL_PL011_H */

View File

@ -39,7 +39,8 @@
#include "arm64_mpu.h"
#include "chip.h"
#include "fvp_boot.h"
#include "serial_pl011.h"
#include <nuttx/serial/uart_pl011.h>
/****************************************************************************
* Private Data

View File

@ -26,7 +26,6 @@
#include <nuttx/config.h>
#include "arm64_macro.inc"
#include "serial_pl011.h"
/****************************************************************************
* Public Symbols

View File

@ -1,53 +0,0 @@
/****************************************************************************
* arch/arm64/src/fvp-v8r/serial_pl011.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
* ASF licenses this file to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*
****************************************************************************/
#ifndef __ARCH_ARM64_SRC_FVP_V8R_SERIAL_PL011_H
#define __ARCH_ARM64_SRC_FVP_V8R_SERIAL_PL011_H
/****************************************************************************
* Included Files
****************************************************************************/
#include <nuttx/config.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Public Types
****************************************************************************/
/****************************************************************************
* Inline Functions
****************************************************************************/
#ifndef __ASSEMBLY__
/****************************************************************************
* Public Data
****************************************************************************/
/****************************************************************************
* Public Function Prototypes
****************************************************************************/
#endif /* __ASSEMBLY__ */
#endif /* __ARCH_ARM64_SRC_FVP_V8R_SERIAL_PL011_H */