diff options
author | Michal Simek <monstr@monstr.eu> | 2007-04-24 23:01:02 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2007-04-24 23:01:02 +0200 |
commit | 144876a380f5756f57412caf74c1d6dc201dd796 (patch) | |
tree | 093dbd7682b0c8ecad11af1f8e941fba808fd9e1 /include/linux | |
parent | 32556443840f127170e4baa8bdd5b567039f6c36 (diff) |
[PATCH] MTD partition support, JFFS2 support
Diffstat (limited to 'include/linux')
-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 f9422cb1faf..39386f1220a 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 (__blackfin__) +#if defined (__ARM__) || defined (__I386__) || defined (__M68K__) || defined (__blackfin__) ||\ + defined (__microblaze__) struct stat { unsigned short st_dev; |