Re: [PATCH v2 3/3] spapr: Remove unnecessary DRC type-checker macros

2020-09-01 Thread Greg Kurz
On Tue, 1 Sep 2020 09:51:46 +1000 David Gibson wrote: > spapr_drc.h includes typechecker macro boilerplate for the many different > DRC subclasses. However, most of these types don't actually have different > data in their class and/or instance, making these unneeded, unused, and in > fact a

[PATCH v2 3/3] spapr: Remove unnecessary DRC type-checker macros

2020-08-31 Thread David Gibson
spapr_drc.h includes typechecker macro boilerplate for the many different DRC subclasses. However, most of these types don't actually have different data in their class and/or instance, making these unneeded, unused, and in fact a bad idea. Remove them. Signed-off-by: David Gibson ---