mips: Remove #include <uapi/asm/types.h> from <asm/types.h>
Everything in arch/mips/include/uapi/asm/types.h is protected by "#ifndef __KERNEL__", so it's unused for kernelspace. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Родитель
c424dc4cd1
Коммит
e171728325
|
@ -12,6 +12,5 @@
|
|||
#define _ASM_TYPES_H
|
||||
|
||||
#include <asm-generic/int-ll64.h>
|
||||
#include <uapi/asm/types.h>
|
||||
|
||||
#endif /* _ASM_TYPES_H */
|
||||
|
|
Загрузка…
Ссылка в новой задаче