diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-05-28 11:01:44 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-28 11:01:44 +0900 |
commit | ec3d753c5f77ecce0f5d3b8ab603b54b4fd2a106 (patch) | |
tree | cba0ab498e41949709b3bd6126f985f82d88c2ed /arch/sh/include/asm/statfs.h | |
parent | 1e2aec873ad6d16538512dbb96853caa1fa076af (diff) | |
download | op-kernel-dev-ec3d753c5f77ecce0f5d3b8ab603b54b4fd2a106.zip op-kernel-dev-ec3d753c5f77ecce0f5d3b8ab603b54b4fd2a106.tar.gz |
sh: convert to kbuild asm-generic support.
Straightforward change to get rid of all of the header wrapper stubs.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/statfs.h')
-rw-r--r-- | arch/sh/include/asm/statfs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/include/asm/statfs.h b/arch/sh/include/asm/statfs.h deleted file mode 100644 index 9202a02..0000000 --- a/arch/sh/include/asm/statfs.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __ASM_SH_STATFS_H -#define __ASM_SH_STATFS_H - -#include <asm-generic/statfs.h> - -#endif /* __ASM_SH_STATFS_H */ |