tree: Remove unused <string.h>

Change-Id: I9ed1a82fcd3fc29124ddc406592bd45dc84d4628
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82666
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Yidi Lin <yidilin@google.com>
This commit is contained in:
Elyes Haouas 2024-05-27 11:36:52 +02:00
commit 08375b5082
41 changed files with 12 additions and 41 deletions

View file

@ -7,7 +7,6 @@
#include <device/device.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "chip.h"

View file

@ -4,7 +4,7 @@
#include <acpi/acpigen.h>
#include <device/device.h>
#include <stdio.h>
#include <string.h>
#include "chip.h"
#include <console/console.h>

View file

@ -4,7 +4,6 @@
#include <acpi/acpigen.h>
#include <device/device.h>
#include <stdio.h>
#include <string.h>
#include "chip.h"

View file

@ -8,7 +8,7 @@
#include <device/device.h>
#include <gpio.h>
#include <stdio.h>
#include <string.h>
#include "chip.h"
#if CONFIG(HAVE_ACPI_TABLES)

View file

@ -5,7 +5,6 @@
#include <console/console.h>
#include <device/device.h>
#include <stdio.h>
#include <string.h>
#include "chip.h"

View file

@ -5,7 +5,6 @@
#include <console/console.h>
#include <device/device.h>
#include <stdio.h>
#include <string.h>
#include "chip.h"

View file

@ -5,7 +5,7 @@
#include <assert.h>
#include <device/device.h>
#include <stdio.h>
#include <string.h>
#include "chip.h"
#include <gpio.h>
#include <console/console.h>

View file

@ -6,7 +6,7 @@
#include <device/i2c_simple.h>
#include <device/device.h>
#include <stdio.h>
#include <string.h>
#include "chip.h"
#define I2C_SX9310_ACPI_ID "STH9310"

View file

@ -6,7 +6,7 @@
#include <device/i2c_simple.h>
#include <device/device.h>
#include <stdio.h>
#include <string.h>
#include "chip.h"
#define I2C_SX9324_ACPI_ID "STH9324"

View file

@ -6,7 +6,7 @@
#include <device/i2c_simple.h>
#include <device/device.h>
#include <stdio.h>
#include <string.h>
#include "chip.h"
#define I2C_SX9360_ACPI_ID "STH9360"

View file

@ -2,7 +2,7 @@
#include <acpi/acpigen.h>
#include <stdio.h>
#include <string.h>
#include "i915.h"
void

View file

@ -8,7 +8,7 @@
#include <drivers/usb/acpi/chip.h>
#include <gpio.h>
#include <stdio.h>
#include <string.h>
#include "chip.h"
#include "retimer.h"

View file

@ -7,7 +7,7 @@
#include <device/spi.h>
#include <spi-generic.h>
#include <stdio.h>
#include <string.h>
#include "chip.h"
static int spi_acpi_get_bus(const struct device *dev)

View file

@ -7,7 +7,7 @@
#include <device/spi.h>
#include <spi-generic.h>
#include <stdio.h>
#include <string.h>
#include "chip.h"
static int spi_acpi_get_bus(const struct device *dev)

View file

@ -4,7 +4,7 @@
#include <acpi/acpigen.h>
#include <console/console.h>
#include <stdio.h>
#include <string.h>
#include "chip.h"
static bool uart_acpi_add_gpios_to_crs(struct drivers_uart_acpi_config *config)