Hi Alex, On Sun, 27 Feb 2022 at 07:18, Alexander Graf <ag...@csgraf.de> wrote: > > asm/tables.h does not exist on ARM and I did not need it to make the > code compile successfully. Let's not include it there. > > Signed-off-by: Alexander Graf <ag...@csgraf.de> > > --- > > Maybe someone with more insight into the qfw code could tell me if we can > remove > the include altogether? :) > --- > drivers/misc/qfw.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
I'd rather have an empty file than another #ifdef. Regards, Simon