Skip to content

Commit

Permalink
sparc32: drop __old_kernel_stat
Browse files Browse the repository at this point in the history
sparc32 does not define __ARCH_WANT_OLD_STAT so
we do not use this structure neither do we support it.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Jan 3, 2009
1 parent a508228 commit 104e280
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions arch/sparc/include/asm/stat_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,6 @@

#include <linux/types.h>

struct __old_kernel_stat {
unsigned short st_dev;
unsigned short st_ino;
unsigned short st_mode;
unsigned short st_nlink;
unsigned short st_uid;
unsigned short st_gid;
unsigned short st_rdev;
unsigned long st_size;
unsigned long st_atime;
unsigned long st_mtime;
unsigned long st_ctime;
};

struct stat {
unsigned short st_dev;
unsigned long st_ino;
Expand Down

0 comments on commit 104e280

Please sign in to comment.