Re: [PATCH] qfw: Do not include tables.h on arm

2022-03-11 Thread Simon Glass
Hi Alex, On Sun, 27 Feb 2022 at 07:18, Alexander Graf 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 > > --- > > Maybe someone with more insight into the qfw code could tel

[PATCH] qfw: Do not include tables.h on arm

2022-02-27 Thread Alexander Graf
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 --- Maybe someone with more insight into the qfw code could tell me if we can remove the include altogether? :) --- drivers/misc/qfw.c | 2 +