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