public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bogus #if (acpi/blacklist)
@ 2005-09-09 16:07 viro
  2005-09-09 16:19 ` Eric Piel
  0 siblings, 1 reply; 9+ messages in thread
From: viro @ 2005-09-09 16:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
----
diff -urN RC13-git8-base/drivers/acpi/blacklist.c current/drivers/acpi/blacklist.c
--- RC13-git8-base/drivers/acpi/blacklist.c	2005-09-08 23:42:49.000000000 -0400
+++ current/drivers/acpi/blacklist.c	2005-09-09 11:28:44.000000000 -0400
@@ -73,7 +73,7 @@
 	{""}
 };
 
-#if	CONFIG_ACPI_BLACKLIST_YEAR
+#ifdef	CONFIG_ACPI_BLACKLIST_YEAR
 
 static int __init blacklist_by_year(void)
 {

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: [PATCH] bogus #if (acpi/blacklist)
@ 2005-09-22  5:50 Brown, Len
  0 siblings, 0 replies; 9+ messages in thread
From: Brown, Len @ 2005-09-22  5:50 UTC (permalink / raw)
  To: Al Viro, Randy.Dunlap; +Cc: zippel, viro, Eric.Piel, torvalds, linux-kernel

applied.

thanks,
-Len 

>-----Original Message-----
>From: Al Viro [mailto:viro@ftp.linux.org.uk] 
>Sent: Thursday, September 22, 2005 1:16 AM
>To: Randy.Dunlap
>Cc: Brown, Len; zippel@linux-m68k.org; 
>viro@ZenIV.linux.org.uk; Eric.Piel@lifl.fr; torvalds@osdl.org; 
>linux-kernel@vger.kernel.org
>Subject: Re: [PATCH] bogus #if (acpi/blacklist)
>
>On Wed, Sep 21, 2005 at 10:14:26PM -0700, Randy.Dunlap wrote:
>>  obj-y				+= tables.o
>> +ifdef CONFIG_X86
>>  obj-y				+= blacklist.o
>> +endif
>
>More common form would be
>
>obj-$(CONFIG_X86)	+= blacklist.o
>

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

end of thread, other threads:[~2005-09-22  5:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-09 16:07 [PATCH] bogus #if (acpi/blacklist) viro
2005-09-09 16:19 ` Eric Piel
2005-09-09 16:43   ` viro
2005-09-09 16:55     ` Roman Zippel
2005-09-09 17:31       ` viro
2005-09-15 22:05       ` Len Brown
2005-09-22  5:14         ` Randy.Dunlap
2005-09-22  5:15           ` Al Viro
  -- strict thread matches above, loose matches on Subject: below --
2005-09-22  5:50 Brown, Len

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