summaryrefslogtreecommitdiff
path: root/util/sconfig/sconfig.h
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-08-09 12:58:16 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-08-09 12:58:16 +0000
commit35d346fe2d98b3ec5ed0451b87cc31be06177d68 (patch)
tree2e93d076906a6dc53fd8b4ab7c624e4d1dad8a29 /util/sconfig/sconfig.h
parentdf61dd28f635bf57a1dc81c75b09b069041ab2f3 (diff)
downloadcoreboot-35d346fe2d98b3ec5ed0451b87cc31be06177d68.tar.xz
Fix build error introduced in r5868.
aliased_name was a compatibility hack to match the output of the C rewrite with the python version's results. It seems that we carried these useless symbols with us for years, just without any impact good or bad. By declaring devices static and tightening the screws (-Werror), the compiler now knows that these declarations are useless - and stops. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stefan.reinauer@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5687 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/sconfig/sconfig.h')
-rwxr-xr-xutil/sconfig/sconfig.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/sconfig/sconfig.h b/util/sconfig/sconfig.h
index 139ac86ae9..8fbae6a48b 100755
--- a/util/sconfig/sconfig.h
+++ b/util/sconfig/sconfig.h
@@ -54,7 +54,6 @@ struct device {
int chiph_exists;
char *ops;
char *name;
- char *aliased_name;
char *name_underscore;
char *path;
int path_a;