src/drivers/i2c/gpiomux: Remove unused <stdlib.h>

Found using:
diff <(git grep -l '#include <stdlib.h>' -- src/) <(git grep -l 'memalign(\|malloc(\|calloc(\|free(' -- src/)

Change-Id: Id3bd3d8a2d3609a13ecbc4eab14ba745e6365cab
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60619
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Elyes HAOUAS 2021-12-31 18:45:17 +01:00 committed by Felix Held
parent c0e8357d5e
commit 84bd9dcc51
2 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
#include <console/console.h>
#include <device/device.h>
#include <device/path.h>
#include <stdlib.h>
#include <string.h>
#include "chip.h"
static const char *i2c_gpiomux_bus_acpi_name(const struct device *dev)

View File

@ -5,8 +5,8 @@
#include <console/console.h>
#include <device/device.h>
#include <device/path.h>
#include <stdlib.h>
#include <string.h>
#include "chip.h"
static const char *i2c_gpiomux_mux_acpi_name(const struct device *dev)