summaryrefslogtreecommitdiff
path: root/include/linux/stat.h
diff options
context:
space:
mode:
authorPeter Pearse <peter.pearse@arm.com>2007-05-18 13:33:23 (GMT)
committerPeter Pearse <peter.pearse@arm.com>2007-05-18 13:33:23 (GMT)
commitfdda367561f0f6fb21d5b575402c0f9d2fd08e76 (patch)
treeafb703e6e43ff91e6f456f12fbb43fb598373fd5 /include/linux/stat.h
parent1443a31457d68f7e8f0b9403e9832ec1e79dc59d (diff)
parent70124c2602ae2d4c5d3dba05b482d91548242de8 (diff)
downloadu-boot-fdda367561f0f6fb21d5b575402c0f9d2fd08e76.tar.xz
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'include/linux/stat.h')
-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 43fd53f..37f2924 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;