diff options
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 2ce1c25ac..cef636959 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;  |