Skip to content

Commit 3636182

Browse files
lucien-nxpkartben
authored andcommitted
drivers: gpio: gpio_mcux: remove including fsl_gpio.h file
There is no need to include sdk gpio driver. Signed-off-by: Lucien Zhao <[email protected]>
1 parent 1f625c9 commit 3636182

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

drivers/gpio/gpio_mcux.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2016 Freescale Semiconductor, Inc.
3-
* Copyright 2017, 2023-2024 NXP
3+
* Copyright 2017, 2023-2025 NXP
44
*
55
* SPDX-License-Identifier: Apache-2.0
66
*/
@@ -19,9 +19,6 @@
1919

2020
#if defined(CONFIG_PINCTRL_NXP_IOCON)
2121
#include <fsl_iopctl.h>
22-
#include <fsl_reset.h>
23-
#include <fsl_clock.h>
24-
#include <fsl_gpio.h>
2522
/* Use IOCON to configure electrical characteristic, set PORT_Type as void. */
2623
#define PORT_Type void
2724
#endif

0 commit comments

Comments
 (0)