svn commit: r192058 - head/sys/dev/flash

Oleksandr Tymoshenko gonzo at FreeBSD.org
Wed May 13 18:31:29 UTC 2009


Author: gonzo
Date: Wed May 13 18:31:28 2009
New Revision: 192058
URL: http://svn.freebsd.org/changeset/base/192058

Log:
  - Remove nonexistent header file from includes list

Modified:
  head/sys/dev/flash/at45d.c

Modified: head/sys/dev/flash/at45d.c
==============================================================================
--- head/sys/dev/flash/at45d.c	Wed May 13 18:26:55 2009	(r192057)
+++ head/sys/dev/flash/at45d.c	Wed May 13 18:31:28 2009	(r192058)
@@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/bio.h>
 #include <sys/bus.h>
 #include <sys/conf.h>
-#include <sys/gpio.h>
 #include <sys/kernel.h>
 #include <sys/kthread.h>
 #include <sys/lock.h>


More information about the svn-src-all mailing list