From 2e78aa5a78d67d8bd5ef90bb89d01fc82faadc8a Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 7 May 2016 01:11:14 -0700 Subject: util/sconfig: Fix warnings and re-generate _shipped files Change-Id: I7a18824d64d3f6212e8566695376bf97e2196ee2 Signed-off-by: Stefan Reinauer Reviewed-on: https://review.coreboot.org/14733 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- util/sconfig/sconfig.y | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'util/sconfig/sconfig.y') diff --git a/util/sconfig/sconfig.y b/util/sconfig/sconfig.y index 66c5b6df74..a5a063ff9e 100755 --- a/util/sconfig/sconfig.y +++ b/util/sconfig/sconfig.y @@ -3,7 +3,7 @@ * sconfig, coreboot device tree compiler * * Copyright (C) 2010 coresystems GmbH - * written by Patrick Georgi + * written by Patrick Georgi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,6 +17,9 @@ #include "sconfig.h" +int yylex(); +void yyerror(const char *s); + static struct device *cur_parent, *cur_bus; %} -- cgit v1.2.3