diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 16:59:36 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 16:59:36 +0200 |
commit | b66eb5282d568225abad5b3b61cc0968be35fc0d (patch) | |
tree | 7f2655d0895a4601d55734103f359c47f1313e4b /include/linux/stat.h | |
parent | bd51626c8df13b5319424352019115750d6d1186 (diff) | |
download | u-boot-imx-b66eb5282d568225abad5b3b61cc0968be35fc0d.zip u-boot-imx-b66eb5282d568225abad5b3b61cc0968be35fc0d.tar.gz u-boot-imx-b66eb5282d568225abad5b3b61cc0968be35fc0d.tar.bz2 |
Add cramfs support for m68k
Patch by Zachary Landau, 21 Feb 2005
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 63a96f1..2f7a3b3 100644 --- a/include/linux/stat.h +++ b/include/linux/stat.h @@ -67,7 +67,7 @@ struct stat { #endif /* __PPC__ */ -#if defined (__ARM__) || defined (__I386__) +#if defined (__ARM__) || defined (__I386__) || defined (__M68K__) struct stat { unsigned short st_dev; |