Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2015 01:52:12 +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: r286298 - head/sys/dev/nand
Message-ID:  <201508050152.t751qCXC043478@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Wed Aug  5 01:52:11 2015
New Revision: 286298
URL: https://svnweb.freebsd.org/changeset/base/286298

Log:
  Remove some unnecessary includes.

Modified:
  head/sys/dev/nand/nfc_rb.c

Modified: head/sys/dev/nand/nfc_rb.c
==============================================================================
--- head/sys/dev/nand/nfc_rb.c	Wed Aug  5 00:00:06 2015	(r286297)
+++ head/sys/dev/nand/nfc_rb.c	Wed Aug  5 01:52:11 2015	(r286298)
@@ -31,16 +31,12 @@ __FBSDID("$FreeBSD$");
 
 #include <sys/param.h>
 #include <sys/systm.h>
-#include <sys/proc.h>
 #include <sys/bus.h>
-#include <sys/conf.h>
 #include <sys/kernel.h>
 #include <sys/module.h>
 #include <sys/malloc.h>
 #include <sys/rman.h>
-#include <sys/lock.h>
-#include <sys/mutex.h>
-#include <sys/time.h>
+#include <sys/slicer.h>
 
 #include <machine/bus.h>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508050152.t751qCXC043478>