]> asedeno.scripts.mit.edu Git - linux.git/commit
xtensa: remove arch/xtensa/include/asm/types.h
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 28 Jun 2019 01:12:27 +0000 (18:12 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Fri, 28 Jun 2019 01:12:53 +0000 (18:12 -0700)
commit7d5bdc0cf24f423b37dd4e5591924d088d0f34a9
tree4fcccd5c6a26feb5d867702ef681335dadfd57fb
parentb03e5dcb942b332774cfd62735c137f62e5bb360
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>
arch/xtensa/include/asm/types.h [deleted file]