summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/i2c.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2015-03-14 03:38:54 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2015-03-14 03:38:54 +0000
commit651a8ec0536429ec664a047ea1884b4f2ca9388e (patch)
treec589290e0c2580b97921907d1dba5bd7d3fc2559 /sys/dev/i2c/i2c.c
parentb163c91d43910f421639d41e147cfb56136a0617 (diff)
Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
Diffstat (limited to 'sys/dev/i2c/i2c.c')
-rw-r--r--sys/dev/i2c/i2c.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/i2c/i2c.c b/sys/dev/i2c/i2c.c
index 3db9c350972..3d3fcf2130a 100644
--- a/sys/dev/i2c/i2c.c
+++ b/sys/dev/i2c/i2c.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i2c.c,v 1.15 2007/10/09 16:57:47 deraadt Exp $ */
+/* $OpenBSD: i2c.c,v 1.16 2015/03/14 03:38:47 jsg Exp $ */
/* $NetBSD: i2c.c,v 1.1 2003/09/30 00:35:31 thorpej Exp $ */
/*
@@ -40,7 +40,6 @@
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/event.h>
-#include <sys/conf.h>
#define _I2C_PRIVATE
#include <dev/i2c/i2cvar.h>