diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-11-17 11:03:49 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-11-19 00:40:04 +0000 |
commit | 006887b688219c8c5e2c301780906892565fc2f1 (patch) | |
tree | ec15d2fce70af7ac3233a942495bf6c795c2aafc /src/soc/intel/common | |
parent | 1e0ce7a9d8d67e83c67e22dd51d5b8e8f6e7cb8d (diff) |
tree: Remove unused <assert.h>
Remove <assert.h> when it is not used.
Change-Id: Icb8ee7dcfd05e0a3131d02d1bc8fe150bbf9527b
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85164
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r-- | src/soc/intel/common/block/graphics/graphics.c | 1 | ||||
-rw-r--r-- | src/soc/intel/common/block/irq/irq.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c index 6b0abc9c36..50d3c518aa 100644 --- a/src/soc/intel/common/block/graphics/graphics.c +++ b/src/soc/intel/common/block/graphics/graphics.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include <acpi/acpi.h> -#include <assert.h> #include <bootmode.h> #include <console/console.h> #include <device/mmio.h> diff --git a/src/soc/intel/common/block/irq/irq.c b/src/soc/intel/common/block/irq/irq.c index 16d0fa3206..b1ceb0a88c 100644 --- a/src/soc/intel/common/block/irq/irq.c +++ b/src/soc/intel/common/block/irq/irq.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <assert.h> #include <console/console.h> #include <device/pci.h> #include <device/pci_ops.h> |