All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anders Karlsson <anders@trudheim.com>
To: LKML <linux-kernel@vger.kernel.org>
Subject: patch for 2.4.23pre6aa2 thinkpad compile errors
Date: Sat, 4 Oct 2003 15:15:35 +0100	[thread overview]
Message-ID: <20031004141535.GA12876@tor.trudheim.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 422 bytes --]

Hi,

When building the 2.4.23pre6aa2 kernel, there was some compile breaks
in the new thinkpad support. All that was missing was an include line
in some files, see attached patch.

Regards,

-- 
Anders Karlsson <anders@trudheim.com>
Trudheim Technology Ltd. - Linux System Administrator

PGP Usage Strongly Advised!!      My Key ID = 4B20601A
Fingerprint = 1B11 2F8C CBD6 7E53 E246  B23B 2D8C B0AA 4B20 601A

[-- Attachment #1.2: 2.4.23pre6aa2.patch --]
[-- Type: text/plain, Size: 1955 bytes --]

--- linux-2.4.23pre6aa2/drivers/char/thinkpad/rtcmosram.c.orig	2003-10-04 15:08:23.000000000 +0100
+++ linux-2.4.23pre6aa2/drivers/char/thinkpad/rtcmosram.c	2003-10-04 15:08:36.000000000 +0100
@@ -30,6 +30,7 @@
 #include "thinkpad_driver.h"
 
 #include <linux/kernel.h>
+#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/ioport.h>
--- linux-2.4.23pre6aa2/drivers/char/thinkpad/smapi_core.c.orig	2003-10-04 15:07:11.000000000 +0100
+++ linux-2.4.23pre6aa2/drivers/char/thinkpad/smapi_core.c	2003-10-04 15:07:25.000000000 +0100
@@ -30,6 +30,7 @@
 #include "thinkpad_driver.h"
 
 #include <linux/kernel.h>
+#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/proc_fs.h>
--- linux-2.4.23pre6aa2/drivers/char/thinkpad/superio.c.orig	2003-10-04 15:07:48.000000000 +0100
+++ linux-2.4.23pre6aa2/drivers/char/thinkpad/superio.c	2003-10-04 15:08:01.000000000 +0100
@@ -31,6 +31,7 @@
 #include "thinkpad_driver.h"
 
 #include <linux/kernel.h>
+#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/ioport.h>
--- linux-2.4.23pre6aa2/drivers/char/thinkpad/thinkpad.c.orig	2003-10-04 14:53:37.000000000 +0100
+++ linux-2.4.23pre6aa2/drivers/char/thinkpad/thinkpad.c	2003-10-04 15:06:26.000000000 +0100
@@ -43,6 +43,7 @@
 #include <linux/module.h>
 #include <linux/kmod.h>
 #include <linux/kernel.h>
+#include <linux/version.h>
 #include <linux/init.h>
 #include <linux/miscdevice.h>
 #include <linux/fs.h>
--- linux-2.4.23pre6aa2/drivers/char/thinkpad/thinkpadpm.c.orig	2003-10-04 15:09:05.000000000 +0100
+++ linux-2.4.23pre6aa2/drivers/char/thinkpad/thinkpadpm.c	2003-10-04 15:09:18.000000000 +0100
@@ -31,6 +31,7 @@
 #include "thinkpad_driver.h"
 
 #include <linux/kernel.h>
+#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/proc_fs.h>

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

             reply	other threads:[~2003-10-04 14:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-04 14:15 Anders Karlsson [this message]
2003-10-04 19:11 ` patch for 2.4.23pre6aa2 thinkpad compile errors Anders Karlsson

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=20031004141535.GA12876@tor.trudheim.com \
    --to=anders@trudheim.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.