summaryrefslogtreecommitdiffstats
path: root/include/linux/stat.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:43 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:43 +0200
commit353cecddb3b47bce26299b66cefd89f9fad42848 (patch)
tree4be3143b57b7302fb31e737fbd7dab5541a75171 /include/linux/stat.h
parent478026955f19dc8236f5e52e1ee8b8db741b1c86 (diff)
downloadbarebox-353cecddb3b47bce26299b66cefd89f9fad42848.tar.gz
barebox-353cecddb3b47bce26299b66cefd89f9fad42848.tar.xz
svn_rev_322
simplify ifdef
Diffstat (limited to 'include/linux/stat.h')
-rw-r--r--include/linux/stat.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/stat.h b/include/linux/stat.h
index f9422cb1fa..10103d4ccc 100644
--- a/include/linux/stat.h
+++ b/include/linux/stat.h
@@ -65,9 +65,7 @@ struct stat {
unsigned long __unused5;
};
-#endif /* __PPC__ */
-
-#if defined (__ARM__) || defined (__I386__) || defined (__M68K__) || defined (__blackfin__)
+#else
struct stat {
unsigned short st_dev;