diff options
author | Peter Pearse <peter.pearse@arm.com> | 2007-05-18 14:34:19 +0100 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2007-05-18 14:34:19 +0100 |
commit | 879027daa838d245bf433ca2bb446bedace724f0 (patch) | |
tree | 663792e944d667843d77f81dd3d5ab56ffa7f098 /include/linux/stat.h | |
parent | 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72 (diff) | |
parent | 70124c2602ae2d4c5d3dba05b482d91548242de8 (diff) |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'include/linux/stat.h')
-rw-r--r-- | include/linux/stat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/stat.h b/include/linux/stat.h index 43fd53fc98..37f2924df1 100644 --- a/include/linux/stat.h +++ b/include/linux/stat.h @@ -67,7 +67,8 @@ struct stat { #endif /* __PPC__ */ -#if defined (__ARM__) || defined (__I386__) || defined (__M68K__) || defined (__bfin__) +#if defined (__ARM__) || defined (__I386__) || defined (__M68K__) || defined (__bfin__) ||\ + defined (__microblaze__) struct stat { unsigned short st_dev; |