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 <console/console.h>
#include <delay.h>
#include <device/device.h>