[PATCH] arch/i386/kernel/ldt.c should #include <asm/mmu_context.h>
authorAdrian Bunk <bunk@stusta.de>
Mon, 7 Nov 2005 08:58:35 +0000 (00:58 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:29 +0000 (07:53 -0800)
commit8d1ed6366b9f3cb54eb5aef5dae79b39b8d5ce43
tree61473905fcbebf0895c9dca8ba784d678ad369b7
parent77f72b192fd4624ad639dbf60c48be787c8aea59
[PATCH] arch/i386/kernel/ldt.c should #include <asm/mmu_context.h>

Every file should #include the header files containing the prototypes of
its global functions

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/ldt.c