Skip to content

Commit

Permalink
um: take system.h out of shared/sysdep
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
  • Loading branch information
Al Viro authored and Richard Weinberger committed Nov 2, 2011
1 parent 0036168 commit dd768c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#ifndef __UM_SYSTEM_GENERIC_H
#define __UM_SYSTEM_GENERIC_H

#include "sysdep/system.h"

extern int get_signals(void);
extern int set_signals(int enable);
extern void block_signals(void);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <asm/cpufeature.h>
#include <asm/cmpxchg.h>
#include <asm/nops.h>
#include <asm/system-um.h>

#include <linux/kernel.h>
#include <linux/irqflags.h>
Expand Down

0 comments on commit dd768c5

Please sign in to comment.