asm/types.h changed to asm-generic/types.h in linux kernel
by sncak from LinuxQuestions.org on (#5E9F5)
I am trying to compile a wifi driver for linux-kernel-5.10.13 on my armv8 board while trying to compile I got an error that
Code:asm/types.h not found and I came to know that
Quote:
but the issue is there is a lot of code that is still including asm/types.h instead ofasm-generic/types.h,
I am new to Linux and I wanted to know is there any way that I can link renamed asm directory to the asm-generic directory


Code:asm/types.h not found and I came to know that
Quote:
asm directory was changed to asm-generic |
I am new to Linux and I wanted to know is there any way that I can link renamed asm directory to the asm-generic directory