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>
This commit is contained in:
Elyes HAOUAS 2019-11-30 19:32:33 +01:00 committed by Kyösti Mälkki
parent 94b503094f
commit b12c2761f4
20 changed files with 0 additions and 20 deletions

View File

@ -11,7 +11,6 @@
* GNU General Public License for more details.
*/
#include <stdlib.h>
#include <stdint.h>
#include <console/console.h>
#include <device/smbus.h>

View File

@ -21,7 +21,6 @@
#include <device/pci_ids.h>
#include <pc80/i8259.h>
#include <pc80/i8254.h>
#include <stdlib.h>
#include <string.h>
#include <vbe.h>

View File

@ -14,7 +14,6 @@
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ops.h>
#include <stdlib.h>
typedef struct {
const unsigned char subclass_id;

View File

@ -12,7 +12,6 @@
*/
#include <console/console.h>
#include <stdlib.h>
#include <stdint.h>
#include <arch/io.h>
#include <device/device.h>

View File

@ -11,7 +11,6 @@
* GNU General Public License for more details.
*/
#include <stdlib.h>
#include <arch/io.h>
#include <edid.h>
#include <console/console.h>

View File

@ -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>

View File

@ -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>

View File

@ -11,7 +11,6 @@
* GNU General Public License for more details.
*/
#include <stdlib.h>
#include <console/console.h>
#include <delay.h>
#include <device/device.h>

View File

@ -16,7 +16,6 @@
#define _FSP2_0_INFO_HEADER_H_
#include <stdint.h>
#include <stdlib.h>
#include <types.h>
#define FSP_HDR_OFFSET 0x94

View File

@ -27,7 +27,6 @@
*/
#include <types.h>
#include <stdlib.h>
#include <device/device.h>
#include <device/pci_def.h>
#include <console/console.h>

View File

@ -32,7 +32,6 @@ SMC8416 PIO support added by Andrew Bettison (andrewb@zip.com.au) on 4/3/02
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ops.h>
#include <stdlib.h>
#include <ip_checksum.h>
#include "ns8390.h"

View File

@ -13,7 +13,6 @@
#include <device/i2c_simple.h>
#include <stdint.h>
#include <stdlib.h>
#include "ps8625.h"

View File

@ -11,7 +11,6 @@
* GNU General Public License for more details.
*/
#include <stdlib.h>
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>

View File

@ -18,7 +18,6 @@
#include <commonlib/region.h>
#include <console/console.h>
#include <smmstore.h>
#include <stdlib.h>
#include <types.h>
/*

View File

@ -11,7 +11,6 @@
* GNU General Public License for more details.
*/
#include <stdlib.h>
#include <arch/io.h>
#include <boot/coreboot_tables.h>
#include <console/uart.h>

View File

@ -8,7 +8,6 @@
#include <console/console.h>
#include <cbmem.h>
#include <fmap.h>
#include <stdlib.h>
#include <string.h>
#include <timestamp.h>

View File

@ -7,7 +7,6 @@
#include <console/console.h>
#include <cbmem.h>
#include <fmap.h>
#include <stdlib.h>
#include <string.h>
#include <timestamp.h>

View File

@ -20,7 +20,6 @@
#include <device/pnp.h>
#include <ec/google/common/mec.h>
#include <stdint.h>
#include <stdlib.h>
#include "chip.h"
#include "ec.h"

View File

@ -15,7 +15,6 @@
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ec.h"
#include "ec_commands.h"

View File

@ -22,7 +22,6 @@
#include <ec/acpi/ec.h>
#include <pc80/keyboard.h>
#include <stdint.h>
#include <stdlib.h>
#include "commands.h"
#include "ec.h"