drivers: gpio: gpio_mcux: remove including fsl_gpio.h file
There is no need to include sdk gpio driver. Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
This commit is contained in:
parent
1f625c94fd
commit
3636182a0a
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2016 Freescale Semiconductor, Inc.
|
||||
* Copyright 2017, 2023-2024 NXP
|
||||
* Copyright 2017, 2023-2025 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
@ -19,9 +19,6 @@
|
||||
|
||||
#if defined(CONFIG_PINCTRL_NXP_IOCON)
|
||||
#include <fsl_iopctl.h>
|
||||
#include <fsl_reset.h>
|
||||
#include <fsl_clock.h>
|
||||
#include <fsl_gpio.h>
|
||||
/* Use IOCON to configure electrical characteristic, set PORT_Type as void. */
|
||||
#define PORT_Type void
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user