public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix for ACPI compile warnings in 2.4.0prerelease
@ 2001-01-01  3:16 Rich Baum
  0 siblings, 0 replies; only message in thread
From: Rich Baum @ 2001-01-01  3:16 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds, andy_henroid

[-- Attachment #1: Mail message body --]
[-- Type: text/plain, Size: 1002 bytes --]

	When I compile 2.4.0-prerelease with the 200012252 gcc 
snapshot I get the following warnings:

make[3]: Entering directory `/usr/src/linux/drivers/acpi/hardware'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-
prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -
mpreferred-stack-boundary=2 -march=k6  -I../include -D_LINUX  -c -
o hwcpu32.o hwcpu32.c
hwcpu32.c:711:1: warning: no newline at end of file
make[3]: Leaving directory `/usr/src/linux/drivers/acpi/hardware'
make[3]: Entering directory `/usr/src/linux/drivers/acpi/namespace'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-
prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -
mpreferred-stack-boundary=2 -march=k6  -I../include -D_LINUX  -c -
o nsxfobj.o nsxfobj.c
nsxfobj.c:697:1: warning: no newline at end of file
make[3]: Leaving directory `/usr/src/linux/drivers/acpi/namespace'

Attached is a patch that removes these warnings.  Please consider 
this patch for the final release.

Rich


[-- Attachment #2: Text from file 'acpi.patch' --]
[-- Type: text/plain, Size: 624 bytes --]

diff -urN linux/drivers/acpi/hardware/hwcpu32.c rb/drivers/acpi/hardware/hwcpu32.c
--- linux/drivers/acpi/hardware/hwcpu32.c	Sun Dec 31 19:19:05 2000
+++ rb/drivers/acpi/hardware/hwcpu32.c	Sun Dec 31 20:44:11 2000
@@ -708,4 +708,4 @@
 	return;
 }
 
- 
\ No newline at end of file
+
diff -urN linux/drivers/acpi/namespace/nsxfobj.c rb/drivers/acpi/namespace/nsxfobj.c
--- linux/drivers/acpi/namespace/nsxfobj.c	Sun Dec 31 19:19:05 2000
+++ rb/drivers/acpi/namespace/nsxfobj.c	Sun Dec 31 20:44:51 2000
@@ -694,4 +694,5 @@
 	acpi_cm_release_mutex (ACPI_MTX_NAMESPACE);
 
 	return (status);
-}
\ No newline at end of file
+}
+


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-01-01  3:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-01  3:16 [PATCH] fix for ACPI compile warnings in 2.4.0prerelease Rich Baum

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