X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flinux%2Fstat.h;h=cef636959e3ef1b462a6263745b06f288c92eac6;hb=ec556ffccd5ba0902123a0c412b9d17576d4333d;hp=37f2924df18881bf6569c21607cc9d19518f794a;hpb=f3679aa13d9f483adb38245a87ecd5c84f57a5d3;p=u-boot diff --git a/include/linux/stat.h b/include/linux/stat.h index 37f2924df1..cef636959e 100644 --- a/include/linux/stat.h +++ b/include/linux/stat.h @@ -68,7 +68,7 @@ struct stat { #endif /* __PPC__ */ #if defined (__ARM__) || defined (__I386__) || defined (__M68K__) || defined (__bfin__) ||\ - defined (__microblaze__) + defined (__microblaze__) || defined (__nios2__) struct stat { unsigned short st_dev; @@ -126,7 +126,7 @@ struct stat { #endif /* __MIPS__ */ -#if defined(__AVR32__) +#if defined(__AVR32__) || defined(__SH__) struct stat { unsigned long st_dev; @@ -149,7 +149,7 @@ struct stat { unsigned long __unused5; }; -#endif /* __AVR32__ */ +#endif /* __AVR32__ || __SH__ */ #ifdef __cplusplus }