Re: [PATCH] xtensa: remove wrapper header for asm/param.h

2017-07-21 Thread Max Filippov
On Fri, Jul 21, 2017 at 1:44 AM, Tobias Klauser wrote: > xtensa's asm/device.h is a verbatim copy of asm-generic/device.h and > does not add any arch specific extensions. Thus, use the asm-generic > header directly. > > Signed-off-by: Tobias Klauser Thanks, applied to my xtensa-fixes branch. --

[PATCH] xtensa: remove wrapper header for asm/param.h

2017-07-21 Thread Tobias Klauser
xtensa's asm/device.h is a verbatim copy of asm-generic/device.h and does not add any arch specific extensions. Thus, use the asm-generic header directly. Signed-off-by: Tobias Klauser --- arch/xtensa/include/asm/Kbuild | 1 + arch/xtensa/include/asm/param.h | 18 -- 2 files ch