Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11450
b: refs/heads/master
c: e903c5b
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala authored and Paul Mackerras committed Sep 21, 2005
1 parent 0c12941 commit dc4a509
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 19 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8a4a10ae996b67c622b9f3f6a4dfea5de4500a11
refs/heads/master: e903c5b536895fdf69970df62c5bf49ad17e6533
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#ifndef _PPC64_STATFS_H
#define _PPC64_STATFS_H
#ifndef _ASM_POWERPC_STATFS_H
#define _ASM_POWERPC_STATFS_H

/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
/* For ppc32 we just use the generic definitions, not so simple on ppc64 */

#ifndef __powerpc64__
#include <asm-generic/statfs.h>
#else

#ifndef __KERNEL_STRICT_NAMES
#include <linux/types.h>
Expand Down Expand Up @@ -57,5 +56,5 @@ struct compat_statfs64 {
__u32 f_frsize;
__u32 f_spare[5];
};

#endif /* _PPC64_STATFS_H */
#endif /* ! __powerpc64__ */
#endif
8 changes: 0 additions & 8 deletions trunk/include/asm-ppc/statfs.h

This file was deleted.

0 comments on commit dc4a509

Please sign in to comment.