[PATCH] arch/alpha/kernel/machvec_impl.h: C99 struct initializer

From: Al Viro
Date: Thu Dec 15 2005 - 04:23:05 EST



Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>


---

arch/alpha/kernel/machvec_impl.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

3f17a6cb755122a5ef7e3585ebe89b718747195d
diff --git a/arch/alpha/kernel/machvec_impl.h b/arch/alpha/kernel/machvec_impl.h
index 4959b7a..11f996f 100644
--- a/arch/alpha/kernel/machvec_impl.h
+++ b/arch/alpha/kernel/machvec_impl.h
@@ -41,7 +41,7 @@
#define CAT1(x,y) x##y
#define CAT(x,y) CAT1(x,y)

-#define DO_DEFAULT_RTC rtc_port: 0x70
+#define DO_DEFAULT_RTC .rtc_port = 0x70

#define DO_EV4_MMU \
.max_asn = EV4_MAX_ASN, \
--
0.99.9.GIT

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/