Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/isa No need to include machine/pio.h now that inb() ...
details: https://anonhg.NetBSD.org/src/rev/ca93d46017a1
branches: trunk
changeset: 783375:ca93d46017a1
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Mon Dec 17 17:46:27 2012 +0000
description:
No need to include machine/pio.h now that inb() and outb() are no longer used.
diffstat:
sys/dev/isa/ptcd.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r f153afec8141 -r ca93d46017a1 sys/dev/isa/ptcd.c
--- a/sys/dev/isa/ptcd.c Mon Dec 17 17:45:01 2012 +0000
+++ b/sys/dev/isa/ptcd.c Mon Dec 17 17:46:27 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ptcd.c,v 1.2 2012/12/17 17:44:18 mbalmer Exp $ */
+/* $NetBSD: ptcd.c,v 1.3 2012/12/17 17:46:27 mbalmer Exp $ */
/*
* Copyright (c) 2012 Marc Balmer <marc%msys.ch@localhost>
@@ -36,8 +36,6 @@
#include <sys/kernel.h>
#include <sys/bus.h>
-#include <machine/pio.h>
-
#include <dev/gpio/gpiovar.h>
#include <dev/isa/isareg.h>
Home |
Main Index |
Thread Index |
Old Index