[PATCH] MTD partition support, JFFS2 support
diff --git a/include/linux/stat.h b/include/linux/stat.h
index f9422cb..39386f1 100644
--- a/include/linux/stat.h
+++ b/include/linux/stat.h
@@ -67,7 +67,8 @@
 
 #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;