Skip to content

Commit

Permalink
m68k: Use asm-generic version of <asm/types.h>
Browse files Browse the repository at this point in the history
The extra definition for BITS_PER_LONG we had is also indirectly provided
by <asm-generic/types.h>, via <asm-generic/int-ll64.h> and
<asm/bitsperlong.h>

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
  • Loading branch information
Geert Uytterhoeven committed Jun 10, 2012
1 parent 2bbc89a commit 2ef0d3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
1 change: 1 addition & 0 deletions arch/m68k/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ generic-y += scatterlist.h
generic-y += siginfo.h
generic-y += statfs.h
generic-y += topology.h
generic-y += types.h
generic-y += word-at-a-time.h
generic-y += xor.h
22 changes: 0 additions & 22 deletions arch/m68k/include/asm/types.h

This file was deleted.

0 comments on commit 2ef0d3e

Please sign in to comment.