public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* patch for 2.4.23pre6aa2 thinkpad compile errors
@ 2003-10-04 14:15 Anders Karlsson
  2003-10-04 19:11 ` Anders Karlsson
  0 siblings, 1 reply; 2+ messages in thread
From: Anders Karlsson @ 2003-10-04 14:15 UTC (permalink / raw)
  To: LKML


[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: patch for 2.4.23pre6aa2 thinkpad compile errors
  2003-10-04 14:15 patch for 2.4.23pre6aa2 thinkpad compile errors Anders Karlsson
@ 2003-10-04 19:11 ` Anders Karlsson
  0 siblings, 0 replies; 2+ messages in thread
From: Anders Karlsson @ 2003-10-04 19:11 UTC (permalink / raw)
  To: LKML

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

On Sat, 2003-10-04 at 15:15, Anders Karlsson wrote:
> 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.

Second comment to this, the thinkpad stuff can not be build into the
kernel, even if the option to do so is there. It has to be built as
modules. Perhaps a change to the *config stuff to reflect that is an
idea? (I have no idea how to do that...)

Regards,

-- 
Anders Karlsson <anders@trudheim.com>
Trudheim Technology Limited

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-04 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-04 14:15 patch for 2.4.23pre6aa2 thinkpad compile errors Anders Karlsson
2003-10-04 19:11 ` Anders Karlsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox