From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gx0-f28.google.com (mail-gx0-f28.google.com [209.85.217.28]) by ozlabs.org (Postfix) with ESMTP id 0C930DECDB for ; Sat, 2 Aug 2008 02:30:05 +1000 (EST) Received: by gxk9 with SMTP id 9so1356731gxk.9 for ; Fri, 01 Aug 2008 09:30:03 -0700 (PDT) Message-ID: Date: Fri, 1 Aug 2008 10:30:03 -0600 From: "Grant Likely" Sender: glikely@secretlab.ca To: "Kumar Gala" Subject: Re: [PATCH] powerpc: Remove use of CONFIG_PPC_MERGE In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Aug 1, 2008 at 9:50 AM, Kumar Gala wrote: > Now that arch/ppc is gone we don't need CONFIG_PPC_MERGE anymore > remove the dead code associated with !CONFIG_PPC_MERGE out of arch/powerpc > and include/asm-powerpc. > > Signed-off-by: Kumar Gala You need to remove references to it from drivers also drivers/ata/pata_sil680.c 233:#ifdef CONFIG_PPC_MERGE drivers/block/floppy.c 4168:#if defined(CONFIG_PPC_MERGE) drivers/char/ipmi/ipmi_si_intf.c 2703:#ifdef CONFIG_PPC_MERGE drivers/i2c/busses/i2c-pca-isa.c 116:#ifdef CONFIG_PPC_MERGE drivers/input/serio/i8042-io.h 70:#if defined(CONFIG_PPC_MERGE) drivers/usb/host/ehci-hcd.c 1017:#if defined(CONFIG_440EPX) && !defined(CONFIG_PPC_MERGE) drivers/usb/host/ehci.h 748:#if defined(CONFIG_PPC) && !defined(CONFIG_PPC_MERGE) drivers/usb/host/ohci.h 536:#if defined(CONFIG_PPC) && !defined(CONFIG_PPC_MERGE) drivers/net/fs_enet/mac-fec.c 316:#ifndef CONFIG_PPC_MERGE 418:#ifndef CONFIG_PPC_MERGE drivers/net/fs_enet/mac-scc.c 376:#ifndef CONFIG_PPC_MERGE drivers/pnp/isapnp/core.c 1015:#ifdef CONFIG_PPC_MERGE drivers/pnp/pnpbios/core.c 522:#if defined(CONFIG_PPC_MERGE) 580:#if defined(CONFIG_PPC_MERGE) drivers/serial/mpc52xx_uart.c 76:#if defined(CONFIG_PPC_MERGE) 110:#if defined(CONFIG_PPC_MERGE) 258:#if defined(CONFIG_PPC_MERGE) 889:#if !defined(CONFIG_PPC_MERGE) 949:#if !defined(CONFIG_PPC_MERGE) 1056:#endif /* defined(CONFIG_PPC_MERGE) */ 1075:#if defined(CONFIG_PPC_MERGE) 1104:#if !defined(CONFIG_PPC_MERGE) 1208:#endif /* !defined(CONFIG_PPC_MERGE) */ 1211:#if defined(CONFIG_PPC_MERGE) 1405:#endif /* defined(CONFIG_PPC_MERGE) */ 1426:#if defined(CONFIG_PPC_MERGE) 1453:#if defined(CONFIG_PPC_MERGE) drivers/spi/mpc52xx_psc_spi.c 19:#if defined(CONFIG_PPC_MERGE) 474:#if !defined(CONFIG_PPC_MERGE) 519:#else /* defined(CONFIG_PPC_MERGE) */ 589:#endif /* defined(CONFIG_PPC_MERGE) */ -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd.