X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-um%2Fldt.h;h=b2553f3e87ebfcd3294fe94ecf85a1b975b7f0eb;hb=fe2520094d88018423dfc42b3cd0015f74e8adea;hp=96f82a456ce6515b781b44ef676034d402af1cfb;hpb=6e07e16404deafadf45895a7d2aeb5feba53b479;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-um/ldt.h b/include/asm-um/ldt.h index 96f82a456ce..b2553f3e87e 100644 --- a/include/asm-um/ldt.h +++ b/include/asm-um/ldt.h @@ -11,11 +11,7 @@ #include "asm/semaphore.h" #include "asm/host_ldt.h" -struct mmu_context_skas; extern void ldt_host_info(void); -extern long init_new_ldt(struct mmu_context_skas * to_mm, - struct mmu_context_skas * from_mm); -extern void free_ldt(struct mmu_context_skas * mm); #define LDT_PAGES_MAX \ ((LDT_ENTRIES * LDT_ENTRY_SIZE)/PAGE_SIZE)