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:
parent
bdd03c20d5
commit
08375b5082
41 changed files with 12 additions and 41 deletions
|
|
@ -7,7 +7,6 @@
|
|||
#include <device/device.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
#include <acpi/acpigen.h>
|
||||
#include <device/device.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <acpi/acpigen.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "i915.h"
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue