aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/types.h
diff options
context:
space:
mode:
authorKyle Moffett <mrmacman_g4@mac.com>2005-09-03 15:55:03 -0700
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-05 00:05:48 -0700
commitfa5b08d5f818063d18433194f20359ef2ae50254 (patch)
treef2b2bc88347a618f0c4b535d57d2a5271a5eb98e /include/asm-arm/types.h
parent[PATCH] remove hugetlb_clean_stale_pgtable() and fix huge_pte_alloc() (diff)
downloadlinux-dev-fa5b08d5f818063d18433194f20359ef2ae50254.tar.xz
linux-dev-fa5b08d5f818063d18433194f20359ef2ae50254.zip
[PATCH] sab: consolidate kmem_bufctl_t
This is used only in slab.c and each architecture gets to define whcih underlying type is to be used. Seems a bit silly - move it to slab.c and use the same type for all architectures: unsigned int. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-arm/types.h')
-rw-r--r--include/asm-arm/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-arm/types.h b/include/asm-arm/types.h
index f4c92e4c8c02..22992ee0627a 100644
--- a/include/asm-arm/types.h
+++ b/include/asm-arm/types.h
@@ -52,8 +52,6 @@ typedef unsigned long long u64;
typedef u32 dma_addr_t;
typedef u32 dma64_addr_t;
-typedef unsigned int kmem_bufctl_t;
-
#endif /* __ASSEMBLY__ */
#endif /* __KERNEL__ */