diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2022-01-12 21:40:19 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-19 15:15:50 +0000 |
commit | 0767da9fc90aeeaece0c1d5f532bf5d48ba6cb87 (patch) | |
tree | 535291315a43012cdc6a3ff92e423f928763802c /src/acpi/soundwire.c | |
parent | 56ab8e2aae25efc839daeb56d5922e66d2680aec (diff) |
src: Remove unused <stdbool>
Change-Id: I8567a567d979bcc0c1c710f6f231d7ecdc82b126
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61058
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/acpi/soundwire.c')
-rw-r--r-- | src/acpi/soundwire.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/acpi/soundwire.c b/src/acpi/soundwire.c index c27c6f2dd3..af4ca7cf15 100644 --- a/src/acpi/soundwire.c +++ b/src/acpi/soundwire.c @@ -5,7 +5,6 @@ #include <acpi/acpi_soundwire.h> #include <commonlib/helpers.h> #include <device/soundwire.h> -#include <stdbool.h> #include <stddef.h> /* Specification-defined prefix for SoundWire properties. */ |