ChangeSet 1.837.4.2, 2002/12/05 23:31:41-06:00, ambx1@neo.rr.com

[PATCH] PnP bugfix

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.


diff -Nru a/include/linux/pnp.h b/include/linux/pnp.h
--- a/include/linux/pnp.h	Fri Dec  6 10:38:37 2002
+++ b/include/linux/pnp.h	Fri Dec  6 10:38:37 2002
@@ -11,6 +11,7 @@
 
 #include <linux/device.h>
 #include <linux/list.h>
+#include <linux/errno.h>
 
 
 /*