From: Adrian Bunk <bunk@stusta.de>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] [Patch 2/5] Cleanup LINUX_VERSION_CODE in drivers/net
Date: Sun, 18 Dec 2005 23:24:44 +0000 [thread overview]
Message-ID: <20051218232444.GQ23349@stusta.de> (raw)
In-Reply-To: <1134946431.7394.7.camel@alice>
[-- Attachment #1: Type: text/plain, Size: 1491 bytes --]
On Sun, Dec 18, 2005 at 11:53:51PM +0100, Eric Sesterhenn / snakebyte wrote:
> hi,
>
> this removes LINUX_VERSION_CODE checks in irda/vlsi_ir.h
>
> Signed-of-by: Eric Sesterhenn <snakebyte@gmx.de>
>
> --- linux-2.6.15-rc5-git5/drivers/net/irda/vlsi_ir.h.orig 2005-12-18 23:45:15.000000000 +0100
> +++ linux-2.6.15-rc5-git5/drivers/net/irda/vlsi_ir.h 2005-12-18 23:46:10.000000000 +0100
> @@ -54,26 +54,9 @@ typedef void irqreturn_t;
> */
> #include <linux/version.h>
>
> -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
> -
> -/* PDE() introduced in 2.5.4 */
> -#ifdef CONFIG_PROC_FS
> -#define PDE(inode) ((inode)->u.generic_ip)
> -#endif
> -
> -/* irda crc16 calculation exported in 2.5.42 */
> -#define irda_calc_crc16(fcs,buf,len) (GOOD_FCS)
> -
> -/* we use this for unified pci device name access */
> -#define PCIDEV_NAME(pdev) ((pdev)->name)
> -
> -#else /* 2.5 or later */
> -
> /* whatever we get from the associated struct device - bus:slot:dev.fn id */
> #define PCIDEV_NAME(pdev) (pci_name(pdev))
>
> -#endif
>...
In this case, you could make the code more readable by expanding all
uses of PCIDEV_NAME in vlsi_ir.c.
And the "#ifndef IRQ_RETVAL" block in vlsi_ir.h is also kernel 2.4
compatibility stuff.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
next prev parent reply other threads:[~2005-12-18 23:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-18 22:53 [KJ] [Patch 2/5] Cleanup LINUX_VERSION_CODE in drivers/net Eric Sesterhenn / snakebyte
2005-12-18 23:24 ` Adrian Bunk [this message]
2005-12-19 0:24 ` Eric Sesterhenn / snakebyte
2005-12-19 16:46 ` Eric Sesterhenn / snakebyte
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=20051218232444.GQ23349@stusta.de \
--to=bunk@stusta.de \
--cc=kernel-janitors@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.