diff options
| author | Stefan Roese <sr@denx.de> | 2007-05-18 11:20:02 +0200 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2007-05-18 11:20:02 +0200 | 
| commit | ee96088ca59d871ec096aefce04b741d1b02cb30 (patch) | |
| tree | 6a97720507c4bbd57ec5f6a8faf09e0971e5449d /include/linux/stat.h | |
| parent | ada4697d0230d6da552867777f98a67ec3ba2579 (diff) | |
| parent | 70124c2602ae2d4c5d3dba05b482d91548242de8 (diff) | |
| download | olio-uboot-2014.01-ee96088ca59d871ec096aefce04b741d1b02cb30.tar.xz olio-uboot-2014.01-ee96088ca59d871ec096aefce04b741d1b02cb30.zip  | |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'include/linux/stat.h')
| -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 43fd53fc9..37f2924df 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;  |