Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ppbus Include <sys/gpio.h> for GPIOMAXNAME to make i...



details:   https://anonhg.NetBSD.org/src/rev/3f6110e0e12b
branches:  trunk
changeset: 762290:3f6110e0e12b
user:      phx <phx%NetBSD.org@localhost>
date:      Fri Feb 18 21:38:17 2011 +0000

description:
Include <sys/gpio.h> for GPIOMAXNAME to make it compile again when a gpio(4)
device is attached.

diffstat:

 sys/dev/ppbus/ppbus_conf.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7cc5f2cc3965 -r 3f6110e0e12b sys/dev/ppbus/ppbus_conf.h
--- a/sys/dev/ppbus/ppbus_conf.h        Fri Feb 18 21:25:06 2011 +0000
+++ b/sys/dev/ppbus/ppbus_conf.h        Fri Feb 18 21:38:17 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ppbus_conf.h,v 1.11 2008/04/29 14:07:37 cegger Exp $ */
+/* $NetBSD: ppbus_conf.h,v 1.12 2011/02/18 21:38:17 phx Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998, 1999 Nicolas Souchu
@@ -34,6 +34,7 @@
 #include "gpio.h"
 
 #include <sys/device.h>
+#include <sys/gpio.h>
 #include <sys/mutex.h>
 #include <sys/queue.h>
 



Home | Main Index | Thread Index | Old Index