superio: Use 'include <stdlib.h>' when appropriate
Change-Id: I55e7b680e128f29a9fd549edfb676e6571330677 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32830 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
#include <stddef.h>
|
||||
#include <superio/hwm5_conf.h>
|
||||
|
||||
#include "env_ctrl.h"
|
||||
|
@@ -19,7 +19,6 @@
|
||||
|
||||
#include <device/device.h>
|
||||
#include <device/pnp.h>
|
||||
#include <stdlib.h>
|
||||
#include <superio/conf_mode.h>
|
||||
|
||||
#include "it8528e.h"
|
||||
|
@@ -19,7 +19,6 @@
|
||||
#include <device/device.h>
|
||||
#include <device/pnp.h>
|
||||
#include <pc80/keyboard.h>
|
||||
#include <stdlib.h>
|
||||
#include <superio/conf_mode.h>
|
||||
#include <superio/ite/common/env_ctrl.h>
|
||||
|
||||
|
@@ -18,7 +18,6 @@
|
||||
#include <device/device.h>
|
||||
#include <device/pnp.h>
|
||||
#include <pc80/keyboard.h>
|
||||
#include <stdlib.h>
|
||||
#include <superio/conf_mode.h>
|
||||
|
||||
#include "it8712f.h"
|
||||
|
@@ -17,7 +17,6 @@
|
||||
#include <device/device.h>
|
||||
#include <device/pnp.h>
|
||||
#include <pc80/keyboard.h>
|
||||
#include <stdlib.h>
|
||||
#include <superio/ite/common/env_ctrl.h>
|
||||
#include <superio/conf_mode.h>
|
||||
|
||||
|
@@ -18,8 +18,8 @@
|
||||
#include <device/device.h>
|
||||
#include <device/pnp.h>
|
||||
#include <pc80/keyboard.h>
|
||||
#include <stdlib.h>
|
||||
#include <superio/conf_mode.h>
|
||||
|
||||
#include "it8721f.h"
|
||||
|
||||
static void init(struct device *dev)
|
||||
|
@@ -18,7 +18,6 @@
|
||||
#include <device/pnp.h>
|
||||
#include <superio/conf_mode.h>
|
||||
#include <pc80/keyboard.h>
|
||||
#include <stdlib.h>
|
||||
#include <superio/ite/common/env_ctrl.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
@@ -20,7 +20,6 @@
|
||||
#include <pc80/keyboard.h>
|
||||
#include <arch/io.h>
|
||||
#include <delay.h>
|
||||
#include <stdlib.h>
|
||||
#include <superio/conf_mode.h>
|
||||
#include <superio/hwm5_conf.h>
|
||||
|
||||
|
Reference in New Issue
Block a user