diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-01-20 13:03:58 +0100 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2021-01-30 23:13:22 +0000 |
commit | 90be7544e4089e3f140298620e23926a8c791760 (patch) | |
tree | 8254a82265277639f1d275813bfb99a59703f08d /src/include | |
parent | a6b0922aa1c4f685056d3dab75a3b330b91b36bd (diff) |
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>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h index 1fc5e62bdc..0e1ca12613 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -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() |