diff options
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/types.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-powerpc/types.h b/include/asm-powerpc/types.h index d6fb56b80453..3b363757a2bb 100644 --- a/include/asm-powerpc/types.h +++ b/include/asm-powerpc/types.h | |||
@@ -97,16 +97,6 @@ typedef struct { | |||
97 | unsigned long env; | 97 | unsigned long env; |
98 | } func_descr_t; | 98 | } func_descr_t; |
99 | 99 | ||
100 | #ifdef CONFIG_LBD | ||
101 | typedef u64 sector_t; | ||
102 | #define HAVE_SECTOR_T | ||
103 | #endif | ||
104 | |||
105 | #ifdef CONFIG_LSF | ||
106 | typedef u64 blkcnt_t; | ||
107 | #define HAVE_BLKCNT_T | ||
108 | #endif | ||
109 | |||
110 | #endif /* __ASSEMBLY__ */ | 100 | #endif /* __ASSEMBLY__ */ |
111 | 101 | ||
112 | #endif /* __KERNEL__ */ | 102 | #endif /* __KERNEL__ */ |