From 3636182a0aa16ca04c6b217237f95abf6abcd0f0 Mon Sep 17 00:00:00 2001 From: Lucien Zhao Date: Mon, 10 Feb 2025 11:28:48 +0800 Subject: [PATCH] drivers: gpio: gpio_mcux: remove including fsl_gpio.h file There is no need to include sdk gpio driver. Signed-off-by: Lucien Zhao --- drivers/gpio/gpio_mcux.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/gpio/gpio_mcux.c b/drivers/gpio/gpio_mcux.c index 9346c23129c..44e6941ad7d 100644 --- a/drivers/gpio/gpio_mcux.c +++ b/drivers/gpio/gpio_mcux.c @@ -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 -#include -#include -#include /* Use IOCON to configure electrical characteristic, set PORT_Type as void. */ #define PORT_Type void #endif