linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <greg@wirex.com>
To: linux-kernel@vger.kernel.org
Subject: 2.2.19 toshiba module fix
Date: Mon, 26 Mar 2001 10:08:56 -0800	[thread overview]
Message-ID: <20010326100856.E18021@wirex.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 152 bytes --]


The following patch enables the toshiba module to compile correctly on
2.2.19.

thanks,

greg k-h

-- 
greg@(kroah|wirex).com
http://immunix.org/~greg

[-- Attachment #2: toshiba-2.2.19.patch --]
[-- Type: text/plain, Size: 387 bytes --]

diff -Naur -X /home/greg/linux/dontdiff linux-2.2.19/drivers/char/toshiba.c linux-2.2.19-greg/drivers/char/toshiba.c
--- linux-2.2.19/drivers/char/toshiba.c	Sun Mar 25 09:45:19 2001
+++ linux-2.2.19-greg/drivers/char/toshiba.c	Mon Mar 26 09:19:08 2001
@@ -78,7 +78,7 @@
 #include<linux/proc_fs.h>
 #endif
 
-#include"toshiba.h"
+#include<linux/toshiba.h>
 
 #define TOSH_MINOR_DEV 181
 

                 reply	other threads:[~2001-03-26 18:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20010326100856.E18021@wirex.com \
    --to=greg@wirex.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;
as well as URLs for NNTP newsgroup(s).