From: Lars-Peter Clausen Date: Sat, 1 Dec 2012 13:24:40 +0000 (+0100) Subject: asm-generic/mmu.h: Remove unused vmlist field from mm_context_t X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=20154fd3706d603216f462854862203d231c6086;p=linux-beck.git asm-generic/mmu.h: Remove unused vmlist field from mm_context_t Nothing is using the vmlist field in mm_context_t anymore. It has been removed from the non-generic versions over 3 years ago 8feae1311 ("NOMMU: Make VMAs per MM as for MMU-mode linux"). Signed-off-by: Lars-Peter Clausen Signed-off-by: Arnd Bergmann --- diff --git a/include/asm-generic/mmu.h b/include/asm-generic/mmu.h index 4f4aa56d6b52..a67ae0a91599 100644 --- a/include/asm-generic/mmu.h +++ b/include/asm-generic/mmu.h @@ -7,7 +7,6 @@ */ #ifndef __ASSEMBLY__ typedef struct { - struct vm_list_struct *vmlist; unsigned long end_brk; } mm_context_t; #endif