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

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