Date: Sat, 13 Jan 2018 21:10:42 +0000 (UTC) From: Justin Hibbits <jhibbits@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r327943 - head/sys/powerpc/mpc85xx Message-ID: <201801132110.w0DLAgKt048065@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhibbits Date: Sat Jan 13 21:10:42 2018 New Revision: 327943 URL: https://svnweb.freebsd.org/changeset/base/327943 Log: Include only the headers needed The extra headers came through evolution of the file. Modified: head/sys/powerpc/mpc85xx/mpc85xx_cache.c Modified: head/sys/powerpc/mpc85xx/mpc85xx_cache.c ============================================================================== --- head/sys/powerpc/mpc85xx/mpc85xx_cache.c Sat Jan 13 21:08:38 2018 (r327942) +++ head/sys/powerpc/mpc85xx/mpc85xx_cache.c Sat Jan 13 21:10:42 2018 (r327943) @@ -32,21 +32,12 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> -#include <sys/systm.h> -#include <sys/conf.h> #include <sys/bus.h> #include <sys/kernel.h> #include <sys/module.h> -#include <sys/lock.h> -#include <sys/mutex.h> -#include <sys/resource.h> -#include <sys/rman.h> #include <machine/bus.h> -#include <machine/resource.h> -#include <machine/stdarg.h> -#include <dev/fdt/fdt_common.h> #include <dev/ofw/ofw_bus.h> #include <dev/ofw/ofw_bus_subr.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801132110.w0DLAgKt048065>