summaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-07-10 10:58:57 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-18 12:15:44 +0000
commita3759e3a7b5c5a9910624e00e9f315ca9c35dc2e (patch)
tree4cd3dfdc08a89ea4e700e3352c3790b205f9e1be /src/console
parentabfacd863d90534f8fc3f0665c34e1645533c0e1 (diff)
downloadcoreboot-a3759e3a7b5c5a9910624e00e9f315ca9c35dc2e.tar.xz
src: Remove unused 'include <stddef.h>
Change-Id: Iae1e875b466f8a195653d897efa1b297c61ad0a5 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41912 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/console')
-rw-r--r--src/console/printk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/console/printk.c b/src/console/printk.c
index c5e5f97aab..4a3de47832 100644
--- a/src/console/printk.c
+++ b/src/console/printk.c
@@ -10,7 +10,6 @@
#include <console/vtxprintf.h>
#include <smp/spinlock.h>
#include <smp/node.h>
-#include <stddef.h>
#include <trace.h>
#include <timer.h>