diff options
author | Jan Kiszka <[email protected]> | 2010-04-19 23:53:08 +0200 |
---|---|---|
committer | Jiri Kosina <[email protected]> | 2010-04-20 16:32:47 +0200 |
commit | 5156d0118bb66f0a296b8059afb061c7ae4fda9d (patch) | |
tree | a1343dd05ec0189de312fc891e2fb249e4530e5e | |
parent | 1896950b6138a2a82771780d4dbd5a5d940d4739 (diff) |
UML: Clean up asm/system.h
Remove duplicates and unused prototypes.
Signed-off-by: Jan Kiszka <[email protected]>
Acked-by: WANG Cong <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
-rw-r--r-- | arch/um/include/asm/system.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/um/include/asm/system.h b/arch/um/include/asm/system.h index 753346e2cdfd..93af1cf0907d 100644 --- a/arch/um/include/asm/system.h +++ b/arch/um/include/asm/system.h @@ -3,11 +3,8 @@ #include "sysdep/system.h" -extern void *switch_to(void *prev, void *next, void *last); - extern int get_signals(void); extern int set_signals(int enable); -extern int get_signals(void); extern void block_signals(void); extern void unblock_signals(void); |