Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci prune unneeded includes
details: https://anonhg.NetBSD.org/src/rev/ea7f8fc8c1c6
branches: trunk
changeset: 933201:ea7f8fc8c1c6
user: macallan <macallan%NetBSD.org@localhost>
date: Thu May 21 22:55:48 2020 +0000
description:
prune unneeded includes
diffstat:
sys/dev/pci/gffb.c | 8 ++------
sys/dev/pci/r128fb.c | 8 ++------
2 files changed, 4 insertions(+), 12 deletions(-)
diffs (72 lines):
diff -r 8039dab8c0ad -r ea7f8fc8c1c6 sys/dev/pci/gffb.c
--- a/sys/dev/pci/gffb.c Thu May 21 22:01:42 2020 +0000
+++ b/sys/dev/pci/gffb.c Thu May 21 22:55:48 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gffb.c,v 1.13 2018/07/26 19:32:25 macallan Exp $ */
+/* $NetBSD: gffb.c,v 1.14 2020/05/21 22:55:48 macallan Exp $ */
/*
* Copyright (c) 2013 Michael Lorenz
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gffb.c,v 1.13 2018/07/26 19:32:25 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gffb.c,v 1.14 2020/05/21 22:55:48 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -46,8 +46,6 @@
#include <sys/kauth.h>
#include <sys/atomic.h>
-#include <dev/videomode/videomode.h>
-
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/pcidevs.h>
@@ -62,8 +60,6 @@
#include <dev/pci/wsdisplay_pci.h>
#include <dev/wscons/wsdisplay_glyphcachevar.h>
-#include <dev/i2c/i2cvar.h>
-
#include "opt_gffb.h"
#include "opt_vcons.h"
diff -r 8039dab8c0ad -r ea7f8fc8c1c6 sys/dev/pci/r128fb.c
--- a/sys/dev/pci/r128fb.c Thu May 21 22:01:42 2020 +0000
+++ b/sys/dev/pci/r128fb.c Thu May 21 22:55:48 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: r128fb.c,v 1.41 2017/06/21 21:40:36 macallan Exp $ */
+/* $NetBSD: r128fb.c,v 1.42 2020/05/21 22:55:48 macallan Exp $ */
/*
* Copyright (c) 2007, 2012 Michael Lorenz
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: r128fb.c,v 1.41 2017/06/21 21:40:36 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: r128fb.c,v 1.42 2020/05/21 22:55:48 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -41,8 +41,6 @@
#include <sys/lwp.h>
#include <sys/kauth.h>
-#include <dev/videomode/videomode.h>
-
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/pcidevs.h>
@@ -57,8 +55,6 @@
#include <dev/pci/wsdisplay_pci.h>
#include <dev/wscons/wsdisplay_glyphcachevar.h>
-#include <dev/i2c/i2cvar.h>
-
#include "opt_r128fb.h"
#include "opt_vcons.h"
Home |
Main Index |
Thread Index |
Old Index