device: Drop mmconf_resource_init
function
All uses of `mmconf_resource_init` have been replaced in previous patches with `mmconf_resource`, which uses Kconfig symbol values. Change-Id: I4473268016ed511aa5c4930a71977e722e34162a Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50112 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
@@ -313,7 +313,6 @@ void fixed_io_resource(struct device *dev, unsigned long index,
|
||||
void fixed_mem_resource(struct device *dev, unsigned long index,
|
||||
unsigned long basek, unsigned long sizek, unsigned long type);
|
||||
|
||||
void mmconf_resource_init(struct resource *res, resource_t base, int buses);
|
||||
void mmconf_resource(struct device *dev, unsigned long index);
|
||||
|
||||
/* It is the caller's responsibility to adjust regions such that ram_resource()
|
||||
|
Reference in New Issue
Block a user