]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] PnP bugfix
authorAdam Belay <ambx1@neo.rr.com>
Thu, 5 Dec 2002 17:31:41 +0000 (11:31 -0600)
committerAdam Belay <ambx1@neo.rr.com>
Thu, 5 Dec 2002 17:31:41 +0000 (11:31 -0600)
I forgot the errno.h.  Without this patch, things may not compile when
pnp support or pnp card support is disabled.

Hope you had a good trip.  I noticed a small mistake in pnp 0.93 and I have
a fix for it.

include/linux/pnp.h

index e0671ba000569e34333262cb19e454d9918f89e5..d666c6a92b9f7b8abeb282b8bc7efbcc6b59a089 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <linux/device.h>
 #include <linux/list.h>
+#include <linux/errno.h>
 
 
 /*