Skip to content

Commit

Permalink
SPARC: Use <asm-generic/statfs.h>
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Sep 6, 2008
1 parent 15e2fc9 commit 52d90f4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 67 deletions.
2 changes: 0 additions & 2 deletions arch/sparc/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ header-y += signal_32.h
header-y += signal_64.h
header-y += stat_32.h
header-y += stat_64.h
header-y += statfs_32.h
header-y += statfs_64.h
header-y += unistd_32.h
header-y += unistd_64.h

Expand Down
8 changes: 3 additions & 5 deletions arch/sparc/include/asm/statfs.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#ifndef ___ASM_SPARC_STATFS_H
#define ___ASM_SPARC_STATFS_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm/statfs_64.h>
#else
#include <asm/statfs_32.h>
#endif

#include <asm-generic/statfs.h>

#endif
6 changes: 0 additions & 6 deletions arch/sparc/include/asm/statfs_32.h

This file was deleted.

54 changes: 0 additions & 54 deletions arch/sparc/include/asm/statfs_64.h

This file was deleted.

0 comments on commit 52d90f4

Please sign in to comment.