aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/booke
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2013-02-13 02:21:45 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2013-02-13 02:21:45 +0000
commiteaba9848dde2799d9264671494a5585cb1a0c2c4 (patch)
tree821ea1faba109f697c449f6bd51626a30f4e95f8 /sys/powerpc/booke
parent4b03484ff7eacd7c266db1277fef414f76a6425c (diff)
downloadsrc-eaba9848dde2799d9264671494a5585cb1a0c2c4.tar.gz
src-eaba9848dde2799d9264671494a5585cb1a0c2c4.zip
Introduce PLATFORMMETHOD_END and use it.
Notes
Notes: svn path=/head/; revision=246732
Diffstat (limited to 'sys/powerpc/booke')
-rw-r--r--sys/powerpc/booke/platform_bare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/booke/platform_bare.c b/sys/powerpc/booke/platform_bare.c
index c5739f788aae..65fb55411c0d 100644
--- a/sys/powerpc/booke/platform_bare.c
+++ b/sys/powerpc/booke/platform_bare.c
@@ -89,7 +89,7 @@ static platform_method_t bare_methods[] = {
PLATFORMMETHOD(platform_reset, booke_reset),
- { 0, 0 }
+ PLATFORMMETHOD_END
};
static platform_def_t bare_platform = {