aboutsummaryrefslogtreecommitdiff
path: root/src/superio/nsc
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-05-15 22:11:18 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-10-20 15:55:25 +0000
commit2329a2537deb8091b3def3ef7752582298039588 (patch)
tree4520f0398ca99d34378d7d249a89c6ab5bbf3432 /src/superio/nsc
parent6a0e5deb90f370b51cb2cbe275a98757fb1f0557 (diff)
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>
Diffstat (limited to 'src/superio/nsc')
-rw-r--r--src/superio/nsc/pc87382/superio.c2
-rw-r--r--src/superio/nsc/pc87384/superio.c2
-rw-r--r--src/superio/nsc/pc87392/superio.c2
-rw-r--r--src/superio/nsc/pc87417/superio.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/superio/nsc/pc87382/superio.c b/src/superio/nsc/pc87382/superio.c
index 7c04023670..c90ebd9b83 100644
--- a/src/superio/nsc/pc87382/superio.c
+++ b/src/superio/nsc/pc87382/superio.c
@@ -16,7 +16,7 @@
#include <device/device.h>
#include <device/pnp.h>
-#include <stdlib.h>
+
#include "pc87382.h"
static void init(struct device *dev)
diff --git a/src/superio/nsc/pc87384/superio.c b/src/superio/nsc/pc87384/superio.c
index cef7ff7ee0..87dd265182 100644
--- a/src/superio/nsc/pc87384/superio.c
+++ b/src/superio/nsc/pc87384/superio.c
@@ -16,7 +16,7 @@
#include <device/device.h>
#include <device/pnp.h>
-#include <stdlib.h>
+
#include "pc87384.h"
static struct device_operations ops = {
diff --git a/src/superio/nsc/pc87392/superio.c b/src/superio/nsc/pc87392/superio.c
index a15d0a2aad..4a5bed29af 100644
--- a/src/superio/nsc/pc87392/superio.c
+++ b/src/superio/nsc/pc87392/superio.c
@@ -16,7 +16,7 @@
#include <device/device.h>
#include <device/pnp.h>
-#include <stdlib.h>
+
#include "pc87392.h"
static void init(struct device *dev)
diff --git a/src/superio/nsc/pc87417/superio.c b/src/superio/nsc/pc87417/superio.c
index f867ff3e62..f98ba843ad 100644
--- a/src/superio/nsc/pc87417/superio.c
+++ b/src/superio/nsc/pc87417/superio.c
@@ -19,7 +19,7 @@
#include <device/device.h>
#include <device/pnp.h>
#include <pc80/keyboard.h>
-#include <stdlib.h>
+
#include "pc87417.h"
static void init(struct device *dev)