diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 20:13:10 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 14:15:30 +0100 |
commit | f5e900770f387d7a4c633b7cef105039f32a85c1 (patch) | |
tree | 4bcb73d65a43922a87644c2ec8f039c73f1a2df8 /arch/um/include/asm/topology.h | |
parent | d805a78603bb489d71a12466e8f29c5e9837e50a (diff) |
um: switch to generic-y
kill wrapper headers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/include/asm/topology.h')
-rw-r--r-- | arch/um/include/asm/topology.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/um/include/asm/topology.h b/arch/um/include/asm/topology.h deleted file mode 100644 index 0905e4f21d4..00000000000 --- a/arch/um/include/asm/topology.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _ASM_UM_TOPOLOGY_H -#define _ASM_UM_TOPOLOGY_H - -#include <asm-generic/topology.h> - -#endif |