Skip to content

Commit

Permalink
MIPS: Remove now unused definition of phys_t.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Nov 24, 2014
1 parent 15d45cc commit 1ca1f8f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions arch/mips/include/asm/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,4 @@
#include <asm-generic/int-ll64.h>
#include <uapi/asm/types.h>

/*
* These aren't exported outside the kernel to avoid name space clashes
*/
#ifndef __ASSEMBLY__

/*
* Don't use phys_addr_t. You've been warned.
*/
#ifdef CONFIG_PHYS_ADDR_T_64BIT
typedef unsigned long long phys_addr_t;
#else
typedef unsigned long phys_addr_t;
#endif

#endif /* __ASSEMBLY__ */

#endif /* _ASM_TYPES_H */

0 comments on commit 1ca1f8f

Please sign in to comment.