diff options
| author | Wolfgang Denk <[email protected]> | 2007-05-16 00:11:53 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2007-05-16 00:11:53 +0200 |
| commit | d6022573746856861f86f4f514dd1c1c14aaec9a (patch) | |
| tree | 5d07b2e0f2acdb4e640aeb886f127c7a5c6c47b6 /include/linux | |
| parent | e73865897fe9e2b111d7f9ef32fe428438771b11 (diff) | |
| parent | e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1 (diff) | |
Merge with /home/wd/git/u-boot/custodian/u-boot-microblaze
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/stat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/stat.h b/include/linux/stat.h index 43fd53fc98c..37f2924df18 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; |
