diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-11-30 19:32:33 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-12-19 05:25:56 +0000 |
commit | b12c2761f4c5dc0f812481620b0d73faf49d0495 (patch) | |
tree | e1ddea2c13d8f7134353bd5ed6bb3f6ec4f38748 /src/drivers/emulation/qemu | |
parent | 94b503094f8a424a02b18bb7f09c639c896df85e (diff) | |
download | coreboot-b12c2761f4c5dc0f812481620b0d73faf49d0495.tar.xz |
src/{drivers,device,ec}: Remove unused <stdlib.h>
Change-Id: I05422ee4b0aa5c02525ef0b4eccb4dc3ecf871e8
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32822
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/emulation/qemu')
-rw-r--r-- | src/drivers/emulation/qemu/bochs.c | 1 | ||||
-rw-r--r-- | src/drivers/emulation/qemu/cirrus.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/emulation/qemu/bochs.c b/src/drivers/emulation/qemu/bochs.c index f49b72cdfa..d9e4ce1d6e 100644 --- a/src/drivers/emulation/qemu/bochs.c +++ b/src/drivers/emulation/qemu/bochs.c @@ -13,7 +13,6 @@ #include <stdint.h> #include <edid.h> -#include <stdlib.h> #include <arch/io.h> #include <console/console.h> #include <device/device.h> diff --git a/src/drivers/emulation/qemu/cirrus.c b/src/drivers/emulation/qemu/cirrus.c index 43710d9ece..6b1968c31d 100644 --- a/src/drivers/emulation/qemu/cirrus.c +++ b/src/drivers/emulation/qemu/cirrus.c @@ -14,7 +14,6 @@ #include <stdint.h> #include <edid.h> -#include <stdlib.h> #include <console/console.h> #include <device/device.h> #include <device/pci.h> |