diff options
| author | Wolfgang Denk <wd@denx.de> | 2007-03-22 00:00:03 +0100 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-03-22 00:00:03 +0100 |
| commit | a17824c749aac3df0bbb528bb5d33af68296b0b1 (patch) | |
| tree | 399efb15b55d6992279eef98fa6878852d403352 /include/linux/stat.h | |
| parent | 2a8dfe08359a1b663418b2faa1da1d7bce34d302 (diff) | |
| parent | b2777c087b5a564e9209988873da4ec749f85aad (diff) | |
Merge with /home/wd/git/u-boot/custodian/u-boot-blackfin
Diffstat (limited to 'include/linux/stat.h')
| -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 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; |
