Re: [PATCH] PNP driver changes for 2.5.50

Greg KH (greg@kroah.com)
Fri, 6 Dec 2002 08:48:54 -0800


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>


/*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/