Date: Thu, 19 Oct 2017 21:34:53 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r324775 - head/sys/arm/allwinner Message-ID: <201710192134.v9JLYrKu067229@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu Date: Thu Oct 19 21:34:53 2017 New Revision: 324775 URL: https://svnweb.freebsd.org/changeset/base/324775 Log: Allwinner: Fix compilation Forgot an #endif in r324773, sorry for the breakage. Modified: head/sys/arm/allwinner/aw_machdep.c Modified: head/sys/arm/allwinner/aw_machdep.c ============================================================================== --- head/sys/arm/allwinner/aw_machdep.c Thu Oct 19 21:07:28 2017 (r324774) +++ head/sys/arm/allwinner/aw_machdep.c Thu Oct 19 21:34:53 2017 (r324775) @@ -186,6 +186,7 @@ allwinner_early_putc(int c) } early_putc_t *early_putc = allwinner_early_putc; #endif /* EARLY_PRINTF */ +#endif #if defined(SOC_ALLWINNER_A10) static platform_method_t a10_methods[] = {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710192134.v9JLYrKu067229>