mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Karsten Keil <kkeil@suse.de>
To: Valdis.Kletnieks@vt.edu
Cc: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 2.6.9-rc1 - #ifdef fixes for drivers/isdn/hifax/*
Date: Tue, 24 Aug 2004 17:01:38 +0200	[thread overview]
Message-ID: <20040824150137.GC7664@pingi3.kke.suse.de> (raw)
In-Reply-To: <200408241341.i7ODfRK7016008@turing-police.cc.vt.edu>

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

Yes that patch obvious correct.

Signed-off-by: Karsten keil <kkeil@suse.de>

On Tue, Aug 24, 2004 at 09:41:27AM -0400, Valdis.Kletnieks@vt.edu wrote:
> Hopefully -rc1 is a good time for small cleanups.. ;)
> 
> This patch changes a bunch of '#if CONFIG_PCI' to '#ifdef' instead,
> to make the kernel source cleaner for compiling with 'gcc -Wundef'.
> 
> As an aside, while doing this cleanup I spotted a number of
> obviously null #ifdef/#endif pairs that had absolutely nothing
> between them - anybody have a clue what *that* is all about?

Hmm, I know 2 reasons for such things, after cut and paste code
and remove some lines it was left over.
I use a preparser which eliminates compatibility code between
different kernel versions (e.g. 2.4/2.6) from our CVS codebase before
patching the kernel, sometimes it produce such relics (be free to delete
them).

> 
> --- linux-2.6.9-rc1/drivers/isdn/hisax/bkm_a4t.c.ifdef	2004-08-14 01:36:56.000000000 -0400
> +++ linux-2.6.9-rc1/drivers/isdn/hisax/bkm_a4t.c	2004-08-24 09:29:46.003834717 -0400
> @@ -265,7 +265,7 @@ setup_bkm_a4t(struct IsdnCard *card)
>  	char tmp[64];
>  	u_int pci_memaddr = 0, found = 0;
>  	I20_REGISTER_FILE *pI20_Regs;
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  #endif
>  
>  	strcpy(tmp, bkm_a4t_revision);
> @@ -275,7 +275,7 @@ setup_bkm_a4t(struct IsdnCard *card)
>  	} else
>  		return (0);
>  
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  	while ((dev_a4t = pci_find_device(PCI_VENDOR_ID_ZORAN,
>  		PCI_DEVICE_ID_ZORAN_36120, dev_a4t))) {
>  		u16 sub_sys;
> --- linux-2.6.9-rc1/drivers/isdn/hisax/bkm_a8.c.ifdef	2004-08-14 01:37:39.000000000 -0400
> +++ linux-2.6.9-rc1/drivers/isdn/hisax/bkm_a8.c	2004-08-24 09:30:51.656586568 -0400
> @@ -21,7 +21,7 @@
>  #include <linux/pci.h>
>  #include "bkm_ax.h"
>  
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  
>  #define	ATTEMPT_PCI_REMAPPING	/* Required for PLX rev 1 */
>  
> @@ -285,7 +285,7 @@ static u_char pci_irq __initdata = 0;
>  int __init
>  setup_sct_quadro(struct IsdnCard *card)
>  {
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  	struct IsdnCardState *cs = card->cs;
>  	char tmp[64];
>  	u_char pci_rev_id;
> --- linux-2.6.9-rc1/drivers/isdn/hisax/diva.c.ifdef	2004-08-14 01:38:04.000000000 -0400
> +++ linux-2.6.9-rc1/drivers/isdn/hisax/diva.c	2004-08-24 09:31:04.869725312 -0400
> @@ -1027,7 +1027,7 @@ setup_diva(struct IsdnCard *card)
>  			}
>  		}
>  #endif
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  		cs->subtyp = 0;
>  		if ((dev_diva = pci_find_device(PCI_VENDOR_ID_EICON,
>  			PCI_DEVICE_ID_EICON_DIVA20, dev_diva))) {
> --- linux-2.6.9-rc1/drivers/isdn/hisax/elsa.c.ifdef	2004-08-14 01:36:17.000000000 -0400
> +++ linux-2.6.9-rc1/drivers/isdn/hisax/elsa.c	2004-08-24 09:28:59.297414044 -0400
> @@ -1022,7 +1022,7 @@ setup_elsa(struct IsdnCard *card)
>  		       cs->hw.elsa.base,
>  		       cs->irq);
>  	} else if (cs->typ == ISDN_CTYPE_ELSA_PCI) {
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  		cs->subtyp = 0;
>  		if ((dev_qs1000 = pci_find_device(PCI_VENDOR_ID_ELSA,
>  			PCI_DEVICE_ID_ELSA_MICROLINK, dev_qs1000))) {
> --- linux-2.6.9-rc1/drivers/isdn/hisax/enternow_pci.c.ifdef	2004-08-14 01:37:38.000000000 -0400
> +++ linux-2.6.9-rc1/drivers/isdn/hisax/enternow_pci.c	2004-08-24 09:30:36.606706557 -0400
> @@ -299,7 +299,7 @@ setup_enternow_pci(struct IsdnCard *card
>  	struct IsdnCardState *cs = card->cs;
>  	char tmp[64];
>  
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  #ifdef __BIG_ENDIAN
>  #error "not running on big endian machines now"
>  #endif
> --- linux-2.6.9-rc1/drivers/isdn/hisax/gazel.c.ifdef	2004-08-14 01:36:59.000000000 -0400
> +++ linux-2.6.9-rc1/drivers/isdn/hisax/gazel.c	2004-08-24 09:30:17.574387534 -0400
> @@ -634,7 +634,7 @@ setup_gazel(struct IsdnCard *card)
>  			return (0);
>  	} else {
>  
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  		if (setup_gazelpci(cs))
>  			return (0);
>  #else
> --- linux-2.6.9-rc1/drivers/isdn/hisax/hfc_pci.c.ifdef	2004-08-14 01:36:56.000000000 -0400
> +++ linux-2.6.9-rc1/drivers/isdn/hisax/hfc_pci.c	2004-08-24 09:30:05.104144152 -0400
> @@ -65,7 +65,7 @@ static const PCI_ENTRY id_list[] =
>  };
>  
>  
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  
>  /******************************************/
>  /* free hardware resources used by driver */
> @@ -1655,7 +1655,7 @@ setup_hfcpci(struct IsdnCard *card)
>  #endif
>  	strcpy(tmp, hfcpci_revision);
>  	printk(KERN_INFO "HiSax: HFC-PCI driver Rev. %s\n", HiSax_getrev(tmp));
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  	cs->hw.hfcpci.int_s1 = 0;
>  	cs->dc.hfcpci.ph_state = 0;
>  	cs->hw.hfcpci.fifo = 255;
> --- linux-2.6.9-rc1/drivers/isdn/hisax/niccy.c.ifdef	2004-08-14 01:36:56.000000000 -0400
> +++ linux-2.6.9-rc1/drivers/isdn/hisax/niccy.c	2004-08-24 09:29:30.065079935 -0400
> @@ -309,7 +309,7 @@ setup_niccy(struct IsdnCard *card)
>  			return (0);
>  		}
>  	} else {
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  		u_int pci_ioaddr;
>  		cs->subtyp = 0;
>  		if ((niccy_dev = pci_find_device(PCI_VENDOR_ID_SATSAGEM,
> --- linux-2.6.9-rc1/drivers/isdn/hisax/nj_s.c.ifdef	2004-08-14 01:36:33.000000000 -0400
> +++ linux-2.6.9-rc1/drivers/isdn/hisax/nj_s.c	2004-08-24 09:29:22.592132616 -0400
> @@ -167,7 +167,7 @@ setup_netjet_s(struct IsdnCard *card)
>  		return(0);
>  	test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags);
>  
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  
>  	for ( ;; )
>  	{
> --- linux-2.6.9-rc1/drivers/isdn/hisax/nj_u.c.ifdef	2004-08-14 01:36:32.000000000 -0400
> +++ linux-2.6.9-rc1/drivers/isdn/hisax/nj_u.c	2004-08-24 09:31:36.739236058 -0400
> @@ -137,7 +137,7 @@ setup_netjet_u(struct IsdnCard *card)
>  	int bytecnt;
>  	struct IsdnCardState *cs = card->cs;
>  	char tmp[64];
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  #endif
>  #ifdef __BIG_ENDIAN
>  #error "not running on big endian machines now"
> @@ -148,7 +148,7 @@ setup_netjet_u(struct IsdnCard *card)
>  		return(0);
>  	test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags);
>  
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  
>  	for ( ;; )
>  	{
> --- linux-2.6.9-rc1/drivers/isdn/hisax/sedlbauer.c.ifdef	2004-08-14 01:38:08.000000000 -0400
> +++ linux-2.6.9-rc1/drivers/isdn/hisax/sedlbauer.c	2004-08-24 09:31:11.044855460 -0400
> @@ -618,7 +618,7 @@ setup_sedlbauer(struct IsdnCard *card)
>  		}
>  #endif
>  /* Probe for Sedlbauer speed pci */
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  		if ((dev_sedl = pci_find_device(PCI_VENDOR_ID_TIGERJET,
>  				PCI_DEVICE_ID_TIGERJET_100, dev_sedl))) {
>  			if (pci_enable_device(dev_sedl))
> --- linux-2.6.9-rc1/drivers/isdn/hisax/telespci.c.ifdef	2004-08-14 01:37:25.000000000 -0400
> +++ linux-2.6.9-rc1/drivers/isdn/hisax/telespci.c	2004-08-24 09:30:27.559980918 -0400
> @@ -300,7 +300,7 @@ setup_telespci(struct IsdnCard *card)
>  	printk(KERN_INFO "HiSax: Teles/PCI driver Rev. %s\n", HiSax_getrev(tmp));
>  	if (cs->typ != ISDN_CTYPE_TELESPCI)
>  		return (0);
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  	if ((dev_tel = pci_find_device (PCI_VENDOR_ID_ZORAN, PCI_DEVICE_ID_ZORAN_36120, dev_tel))) {
>  		if (pci_enable_device(dev_tel))
>  			return(0);
> --- linux-2.6.9-rc1/drivers/isdn/hisax/w6692.c.ifdef	2004-08-14 01:37:40.000000000 -0400
> +++ linux-2.6.9-rc1/drivers/isdn/hisax/w6692.c	2004-08-24 09:30:58.456628686 -0400
> @@ -1012,7 +1012,7 @@ setup_w6692(struct IsdnCard *card)
>  	printk(KERN_INFO "HiSax: W6692 driver Rev. %s\n", HiSax_getrev(tmp));
>  	if (cs->typ != ISDN_CTYPE_W6692)
>  		return (0);
> -#if CONFIG_PCI
> +#ifdef CONFIG_PCI
>  	while (id_list[id_idx].vendor_id) {
>  		dev_w6692 = pci_find_device(id_list[id_idx].vendor_id,
>  					    id_list[id_idx].device_id,
> 
> 



-- 
Karsten Keil
SuSE Labs
ISDN development

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

      reply	other threads:[~2004-08-24 15:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-24 13:41 Valdis.Kletnieks
2004-08-24 15:01 ` Karsten Keil [this message]

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=20040824150137.GC7664@pingi3.kke.suse.de \
    --to=kkeil@suse.de \
    --cc=Valdis.Kletnieks@vt.edu \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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

all inboxes | Powered by JetHome®