From: Adrian Bunk <bunk-cg1h10c7RbKzQB+pC5nmwQ@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [2.5 patch] ACPI: remove #include <linux/compatmac.h>'s
Date: Sun, 19 Jan 2003 11:15:57 +0100 [thread overview]
Message-ID: <20030119101557.GZ10647@fs.tum.de> (raw)
In 2.5.59 eight ACPI files #include <linux/compatmac.h> but none of them
uses anything from this header file.
The patch below removes these #include <linux/compatmac.h>'s.
I've tested the compilation with 2.5.59.
Please apply
Adrian
--- linux-2.5.59-full/drivers/acpi/button.c.old 2003-01-19 11:08:47.000000000 +0100
+++ linux-2.5.59-full/drivers/acpi/button.c 2003-01-19 11:08:56.000000000 +0100
@@ -27,7 +27,6 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
-#include <linux/compatmac.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include "acpi_bus.h"
--- linux-2.5.59-full/drivers/acpi/fan.c.old 2003-01-19 11:08:57.000000000 +0100
+++ linux-2.5.59-full/drivers/acpi/fan.c 2003-01-19 11:09:05.000000000 +0100
@@ -27,7 +27,6 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
-#include <linux/compatmac.h>
#include <linux/proc_fs.h>
#include "acpi_bus.h"
#include "acpi_drivers.h"
--- linux-2.5.59-full/drivers/acpi/ac.c.old 2003-01-19 11:09:05.000000000 +0100
+++ linux-2.5.59-full/drivers/acpi/ac.c 2003-01-19 11:09:13.000000000 +0100
@@ -27,7 +27,6 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
-#include <linux/compatmac.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include "acpi_bus.h"
--- linux-2.5.59-full/drivers/acpi/power.c.old 2003-01-19 11:09:14.000000000 +0100
+++ linux-2.5.59-full/drivers/acpi/power.c 2003-01-19 11:09:21.000000000 +0100
@@ -27,7 +27,6 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
-#include <linux/compatmac.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include "acpi_bus.h"
--- linux-2.5.59-full/drivers/acpi/ec.c.old 2003-01-19 11:09:22.000000000 +0100
+++ linux-2.5.59-full/drivers/acpi/ec.c 2003-01-19 11:09:29.000000000 +0100
@@ -28,7 +28,6 @@
#include <linux/init.h>
#include <linux/types.h>
#include <linux/delay.h>
-#include <linux/compatmac.h>
#include <linux/proc_fs.h>
#include <asm/io.h>
#include "acpi_bus.h"
--- linux-2.5.59-full/drivers/acpi/processor.c.old 2003-01-19 11:09:30.000000000 +0100
+++ linux-2.5.59-full/drivers/acpi/processor.c 2003-01-19 11:09:38.000000000 +0100
@@ -38,7 +38,6 @@
#include <asm/io.h>
#include <asm/system.h>
#include <asm/delay.h>
-#include <linux/compatmac.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include "acpi_bus.h"
--- linux-2.5.59-full/drivers/acpi/battery.c.old 2003-01-19 11:09:38.000000000 +0100
+++ linux-2.5.59-full/drivers/acpi/battery.c 2003-01-19 11:09:46.000000000 +0100
@@ -27,7 +27,6 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
-#include <linux/compatmac.h>
#include <linux/proc_fs.h>
#include "acpi_bus.h"
#include "acpi_drivers.h"
--- linux-2.5.59-full/drivers/acpi/thermal.c.old 2003-01-19 11:09:46.000000000 +0100
+++ linux-2.5.59-full/drivers/acpi/thermal.c 2003-01-19 11:09:54.000000000 +0100
@@ -35,7 +35,6 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
-#include <linux/compatmac.h>
#include <linux/proc_fs.h>
#include <linux/sched.h>
#include <linux/kmod.h>
reply other threads:[~2003-01-19 10:15 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=20030119101557.GZ10647@fs.tum.de \
--to=bunk-cg1h10c7rbkzqb+pc5nmwq@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.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