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>