lkml.org 
[lkml]   [2010]   [May]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH] removing redundant ifdefs
    Date
    removing redundant ifdefs.

    the pattern is

    #ifdef DEF1
    ...
    #ifdef DEF1
    ...
    #endif
    ...
    #endif

    and removing the inner ifdef.

    I found them using script all over the kernel so
    I haven't even compile-tested some of them.

    I CCed all the related maintainers, sorry if I put
    any wrong one.


    wbr,
    jirka
    ---
    arch/arm/include/asm/processor.h | 2 --
    arch/arm/mach-ixp23xx/include/mach/platform.h | 3 ---
    arch/arm/plat-omap/include/plat/clock.h | 5 -----
    arch/h8300/include/asm/tlb.h | 13 -------------
    arch/ia64/include/asm/mmzone.h | 4 ----
    arch/mn10300/include/asm/pgtable.h | 4 ----
    arch/parisc/kernel/unaligned.c | 2 --
    arch/powerpc/include/asm/vdso_datapage.h | 2 --
    arch/powerpc/kernel/traps.c | 2 --
    arch/s390/include/asm/processor.h | 5 -----
    arch/s390/kernel/vdso.c | 4 ----
    arch/x86/kernel/early-quirks.c | 2 --
    drivers/ata/ahci.c | 2 --
    drivers/scsi/aic7xxx_old.c | 2 --
    drivers/usb/musb/musb_core.h | 9 ---------
    drivers/video/atafb.c | 2 --
    drivers/video/matrox/matroxfb_DAC1064.c | 5 +----
    fs/ext4/super.c | 2 --
    include/linux/socket.h | 4 ----
    kernel/sched.c | 6 ------
    kernel/srcu.c | 2 --
    security/capability.c | 2 --
    sound/pci/au88x0/au88x0_core.c | 4 ----
    23 files changed, 1 insertions(+), 87 deletions(-)


    \
     
     \ /
      Last update: 2010-05-06 19:43    [W:2.744 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site