Skip to content

Commit

Permalink
CRIS: UAPI: use generic types.h
Browse files Browse the repository at this point in the history
CRIS' types.h is functionally identical to the asm-generic version.

Effective diff:

 +#ifndef _ASM_GENERIC_TYPES_H
 +#define _ASM_GENERIC_TYPES_H
 +
  #include <asm-generic/int-ll64.h>
 +
 +#endif

Signed-off-by: Rabin Vincent <[email protected]>
Signed-off-by: Jesper Nilsson <[email protected]>
  • Loading branch information
vitkyrka authored and Jesper Nilsson committed Sep 4, 2015
1 parent 258a9ff commit 20ae247
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
1 change: 1 addition & 0 deletions arch/cris/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ generic-y += sockios.h
generic-y += statfs.h
generic-y += topology.h
generic-y += trace_clock.h
generic-y += types.h
generic-y += vga.h
generic-y += xor.h
12 changes: 0 additions & 12 deletions arch/cris/include/asm/types.h

This file was deleted.

1 change: 0 additions & 1 deletion arch/cris/include/uapi/asm/types.h

This file was deleted.

0 comments on commit 20ae247

Please sign in to comment.