mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-20 03:33:53 +00:00
[PATCH] fix remaining missing includes
Fix more include file problems that surfaced since I submitted the previous fix-missing-includes.patch. This should now allow not to include sched.h from module.h, which is done by a followup patch. Signed-off-by: Tim Schmielau <tim@physik3.uni-rostock.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
6fdcc21622
commit
8c65b4a604
@@ -24,6 +24,8 @@
|
||||
#include <linux/threads.h>
|
||||
#include <linux/config.h>
|
||||
|
||||
struct vm_area_struct;
|
||||
|
||||
extern void paging_init(void);
|
||||
|
||||
/* We provide our own get_unmapped_area to avoid cache synonym issue */
|
||||
|
||||
Reference in New Issue
Block a user