From 4ca3a8abfa6456142520f3d53241167730b5fadc Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Thu, 7 Jun 2018 23:36:45 -0700 Subject: util/sconfig: Get rid of rescnt in struct device This change gets rid of rescnt member in struct device since it is redundant. "res" member can be used to determine if resource list is present or not. BUG=b:80081934 TEST=Verified that static.c generated with and without this CL is exactly the same for all boards built using abuild. Change-Id: I73a2361686ad1130716a7d29576f2d02b9ed33c1 Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/26806 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- util/sconfig/sconfig.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'util/sconfig/sconfig.h') diff --git a/util/sconfig/sconfig.h b/util/sconfig/sconfig.h index f9137fa7ac..63b65fd372 100644 --- a/util/sconfig/sconfig.h +++ b/util/sconfig/sconfig.h @@ -99,9 +99,6 @@ struct device { /* Indicates whether this device is enabled. */ int enabled; - /* Indicates number of resources for the device. */ - int rescnt; - /* Subsystem IDs for the device. */ int subsystem_vendor; int subsystem_device; -- cgit v1.2.3