diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-06-14 12:39:16 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2021-06-16 14:50:07 +0000 |
commit | 91260932e0ccc28f974f03e8cc4c5875e12307ed (patch) | |
tree | eec5e63de7e2b7a621b04f41a363a0e1715ebec4 /src/soc/intel/broadwell/chip.h | |
parent | 2ec084fffdd93ae2297ae22562d85dd7494d53ad (diff) |
soc/intel/broadwell: Drop `config_t` typedef
The typedef needlessly hides the actual type of the variables.
Tested with BUILD_TIMELESS=1, Purism Librem 13 v1 remains identical.
Change-Id: I58a58cd402ec679960f460e80b37ff2afb8e3974
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55492
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/soc/intel/broadwell/chip.h')
-rw-r--r-- | src/soc/intel/broadwell/chip.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/broadwell/chip.h b/src/soc/intel/broadwell/chip.h index 045fdbc71c..8d72253162 100644 --- a/src/soc/intel/broadwell/chip.h +++ b/src/soc/intel/broadwell/chip.h @@ -33,6 +33,4 @@ struct soc_intel_broadwell_config { struct i915_gpu_controller_info gfx; }; -typedef struct soc_intel_broadwell_config config_t; - #endif |