summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorAubrey.Li <aubrey.adi@gmail.com>2007-03-09 13:40:56 +0800
committerAubrey.Li <aubrey.adi@gmail.com>2007-03-09 13:40:56 +0800
commitef26a08fef928b7bc11ae2c109e638dc3a016d91 (patch)
treeca1fad50363cb05c7a62f0d4701d93a6671ab485 /include/linux
parent3f0606ad0b5639f7f22848fe5b4574e754d0470f (diff)
downloadblackbird-obmc-uboot-ef26a08fef928b7bc11ae2c109e638dc3a016d91.tar.gz
blackbird-obmc-uboot-ef26a08fef928b7bc11ae2c109e638dc3a016d91.zip
[Blackfin][PATCH-2/2] Common files changed to support bf533 platform
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/stat.h b/include/linux/stat.h
index f9422cb1fa..4d05aa92d9 100644
--- a/include/linux/stat.h
+++ b/include/linux/stat.h
@@ -67,7 +67,7 @@ struct stat {
#endif /* __PPC__ */
-#if defined (__ARM__) || defined (__I386__) || defined (__M68K__) || defined (__blackfin__)
+#if defined (__ARM__) || defined (__I386__) || defined (__M68K__) || defined (__bfin__)
struct stat {
unsigned short st_dev;
OpenPOWER on IntegriCloud