From b66eb5282d568225abad5b3b61cc0968be35fc0d Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 25 Sep 2005 16:59:36 +0200 Subject: Add cramfs support for m68k Patch by Zachary Landau, 21 Feb 2005 --- include/linux/stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/stat.h b/include/linux/stat.h index 63a96f13cc2..2f7a3b36acf 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; -- cgit v1.2.3