From: Greg KH <greg@kroah.com>
To: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] PNP driver changes for 2.5.50
Date: Fri, 6 Dec 2002 08:48:54 -0800 [thread overview]
Message-ID: <20021206164854.GC10376@kroah.com> (raw)
In-Reply-To: <20021206164802.GB10376@kroah.com>
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>
/*
next prev parent reply other threads:[~2002-12-06 16:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-06 16:45 [BK PATCH] " Greg KH
2002-12-06 16:48 ` [PATCH] " Greg KH
2002-12-06 16:48 ` Greg KH [this message]
2002-12-06 16:50 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021206164854.GC10376@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome