Date: Thu, 12 Jan 2017 00:09:31 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r311951 - head/sys/dev/sdhci Message-ID: <201701120009.v0C09VsD045393@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Thu Jan 12 00:09:31 2017 New Revision: 311951 URL: https://svnweb.freebsd.org/changeset/base/311951 Log: Include sys/systm.h for use of bootverbose. Fixes powerpc MPC85XXSPE build. Modified: head/sys/dev/sdhci/sdhci_fdt_gpio.c Modified: head/sys/dev/sdhci/sdhci_fdt_gpio.c ============================================================================== --- head/sys/dev/sdhci/sdhci_fdt_gpio.c Thu Jan 12 00:01:02 2017 (r311950) +++ head/sys/dev/sdhci/sdhci_fdt_gpio.c Thu Jan 12 00:09:31 2017 (r311951) @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include <sys/bus.h> #include <sys/gpio.h> #include <sys/sysctl.h> +#include <sys/systm.h> #include <sys/taskqueue.h> #include <dev/gpio/gpiobusvar.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701120009.v0C09VsD045393>