diff options
author | Aubrey.Li <aubrey.adi@gmail.com> | 2007-03-09 13:40:56 +0800 |
---|---|---|
committer | Aubrey.Li <aubrey.adi@gmail.com> | 2007-03-09 13:40:56 +0800 |
commit | ef26a08fef928b7bc11ae2c109e638dc3a016d91 (patch) | |
tree | ca1fad50363cb05c7a62f0d4701d93a6671ab485 /include/linux | |
parent | 3f0606ad0b5639f7f22848fe5b4574e754d0470f (diff) | |
download | u-boot-imx-ef26a08fef928b7bc11ae2c109e638dc3a016d91.zip u-boot-imx-ef26a08fef928b7bc11ae2c109e638dc3a016d91.tar.gz u-boot-imx-ef26a08fef928b7bc11ae2c109e638dc3a016d91.tar.bz2 |
[Blackfin][PATCH-2/2] Common files changed to support bf533 platform
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/stat.h b/include/linux/stat.h index f9422cb..4d05aa9 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; |