On 3/22/23 04:45, Andy Shevchenko wrote:
On Wed, Mar 22, 2023 at 11:26:01AM +0800, kernel test robot wrote:
...
All errors (new ones prefixed by >>):
drivers/i2c/busses/i2c-designware-amdpsp.c:8:10: fatal error: asm/msr.h: No such file or directory
8 | #include <asm/msr.h>
| ^~~~~~~~~~~
compilation terminated.
Should be under "#ifdef CONFIG_X86" (IIRC).
Actually the header isn't needed anymore with these changes.
I'll drop it in the next version of the series once I have some updated
results from Grzegorz and Jan.