diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 20:02:09 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 14:14:47 +0100 |
commit | c16d56a37ac6889ae9b199c02e76a03ec8a8c419 (patch) | |
tree | 34c8d88220412d0185ae7916b3db27ec039e441f /arch/um/sys-i386 | |
parent | 16b7c5737d2c46c8772ca11ac219273362a9a29e (diff) | |
download | op-kernel-dev-c16d56a37ac6889ae9b199c02e76a03ec8a8c419.zip op-kernel-dev-c16d56a37ac6889ae9b199c02e76a03ec8a8c419.tar.gz |
um: get rid of sysdep/checksum.h
Move those to sys-.../asm/checksum.h, kill include/asm/checksum.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/sys-i386')
-rw-r--r-- | arch/um/sys-i386/asm/checksum.h (renamed from arch/um/sys-i386/shared/sysdep/checksum.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/sys-i386/shared/sysdep/checksum.h b/arch/um/sys-i386/asm/checksum.h index ed47445..caab742 100644 --- a/arch/um/sys-i386/shared/sysdep/checksum.h +++ b/arch/um/sys-i386/asm/checksum.h @@ -1,4 +1,4 @@ -/* +/* * Licensed under the GPL */ |