summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/lynxpoint/me_status.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-11-30 19:22:58 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-19 05:33:23 +0000
commit38d2540674e07af2eba981c3be166c6127b02878 (patch)
treeb3a79870f8fd7535b5429a042d7f9e1fad687cad /src/southbridge/intel/lynxpoint/me_status.c
parentdc987feccea6644c2fae7e02790a6ac32fff3752 (diff)
downloadcoreboot-38d2540674e07af2eba981c3be166c6127b02878.tar.xz
src/southbridge: Remove unused <stdlib.h>
Change-Id: I5728b44fdd680b21e951397a2390e24f9171ac34 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32829 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/lynxpoint/me_status.c')
-rw-r--r--src/southbridge/intel/lynxpoint/me_status.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/lynxpoint/me_status.c b/src/southbridge/intel/lynxpoint/me_status.c
index ad8362d9d1..8f6932bec4 100644
--- a/src/southbridge/intel/lynxpoint/me_status.c
+++ b/src/southbridge/intel/lynxpoint/me_status.c
@@ -14,7 +14,6 @@
* GNU General Public License for more details.
*/
-#include <stdlib.h>
#include <console/console.h>
#include "me.h"