diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-05-27 12:43:10 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-05-29 02:51:20 +0000 |
commit | 877fafab57affc34d7e4636938b180fcc5c30e9c (patch) | |
tree | 066061317e943f998776bf9325c446765ba45973 /src/drivers | |
parent | 5d1494adda44dfaa0167aaa2f024c4ab351a82ad (diff) |
tree: Remove unused <stddef.h>
Change-Id: I7d7ad562eeff7247b7377b6570d489faee0aeda0
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82669
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/uart/oxpcie_early.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/uart/oxpcie_early.c b/src/drivers/uart/oxpcie_early.c index 206f54d1a5..7cc908cc37 100644 --- a/src/drivers/uart/oxpcie_early.c +++ b/src/drivers/uart/oxpcie_early.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <stdint.h> -#include <stddef.h> #include <device/pci_ops.h> #include <console/uart.h> #include <device/pci.h> |