瀏覽代碼

MIPS: Remove now unused definition of phys_t.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 10 年之前
父節點
當前提交
1ca1f8f6b3
共有 1 個文件被更改,包括 0 次插入16 次删除
  1. 0 16
      arch/mips/include/asm/types.h

+ 0 - 16
arch/mips/include/asm/types.h

@@ -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 */