diff options
author | Jeff Dike <[email protected]> | 2007-05-06 14:51:07 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2007-05-07 12:13:01 -0700 |
commit | eb8307595baa729a12db0fec9a80910b13bd6fc8 (patch) | |
tree | 8fe64a44999871932f0c1671026747840f701b2b /arch/um/kernel/um_arch.c | |
parent | c65badbdf5dc117e45873e760f807063ad59a854 (diff) |
uml: create arch.h
This patch moves the declarations of the architecture hooks from user_util.h
to a new header, arch.c, and adds the necessary includes to files which need
those declarations.
Signed-off-by: Jeff Dike <[email protected]>
Cc: Paolo 'Blaisorblade' Giarrusso <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'arch/um/kernel/um_arch.c')
-rw-r--r-- | arch/um/kernel/um_arch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c index 613fb082bbd5..8eefb5202c50 100644 --- a/arch/um/kernel/um_arch.c +++ b/arch/um/kernel/um_arch.c @@ -28,6 +28,7 @@ #include "asm/current.h" #include "user_util.h" #include "kern_util.h" +#include "arch.h" #include "kern.h" #include "mem_user.h" #include "mem.h" |