diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 20:11:39 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 14:15:25 +0100 |
commit | c32324e31270514638d6d2df38436590862e0d8f (patch) | |
tree | 63e84a13186af433bea1e4d2edf95d9c16848340 /arch/um | |
parent | 3fb77d7256f442e8e15d51f111bb6cf096d4a9f8 (diff) | |
download | linux-c32324e31270514638d6d2df38436590862e0d8f.tar.bz2 |
um: page_offset.h is never used
... and neither is the only define in it
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/include/asm/page_offset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/asm/page_offset.h b/arch/um/include/asm/page_offset.h deleted file mode 100644 index 1c168dfbf359..000000000000 --- a/arch/um/include/asm/page_offset.h +++ /dev/null @@ -1 +0,0 @@ -#define PAGE_OFFSET_RAW (uml_physmem) |