aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2007-04-24 23:01:02 +0200
committerMichal Simek <monstr@monstr.eu>2007-04-24 23:01:02 +0200
commit144876a380f5756f57412caf74c1d6dc201dd796 (patch)
tree093dbd7682b0c8ecad11af1f8e941fba808fd9e1 /include/linux
parent32556443840f127170e4baa8bdd5b567039f6c36 (diff)
[PATCH] MTD partition support, JFFS2 support
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/stat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/stat.h b/include/linux/stat.h
index f9422cb1f..39386f122 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;