commit | 7d5bdc0cf24f423b37dd4e5591924d088d0f34a9 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Thu Jun 27 18:12:27 2019 -0700 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Thu Jun 27 18:12:53 2019 -0700 |
tree | 4fcccd5c6a26feb5d867702ef681335dadfd57fb | |
parent | b03e5dcb942b332774cfd62735c137f62e5bb360 [diff] |
xtensa: remove arch/xtensa/include/asm/types.h Xtensa does not define CONFIG_64BIT. The generic definition of BITS_PER_LONG in include/asm-generic/bitsperlong.h should work. With that definition removed from arch/xtensa/include/asm/types.h it does nothing but including arch/xtensa/include/uapi/asm/types.h Remove the arch/xtensa/include/asm/types.h header. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>