On Tue, 18 Jan 2022 18:35:03 +0100, Michael Walle wrote: > We can get rid of all the empty stubs because all these functions call > of_property_read_variable_u{8,16,32,64}_array() which already have an > empty stub if CONFIG_OF is not defined. > > Signed-off-by: Michael Walle <michael@xxxxxxxx> > --- > changes since v2: > - none > > changes since v1: > - new patch > > include/linux/of.h | 274 ++++++++++++++++++++------------------------- > 1 file changed, 124 insertions(+), 150 deletions(-) > Applied, thanks!