From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by ozlabs.org (Postfix) with ESMTP id D8E7ADDF26 for ; Wed, 11 Jun 2008 00:39:44 +1000 (EST) Message-Id: <20080610142702.354823071@arndb.de> Date: Tue, 10 Jun 2008 16:27:02 +0200 From: arnd@arndb.de To: paulus@samba.org Subject: [PATCH 0/5] powerpc: cleanup of unused Kconfig symbols Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , A number of drivers have dependencies on symbols that we had in arch/ppc but nowhere else. On the basis that this is all dead code now, this series removes them completely. I did not try to find symbols that are always enabled in arch/powerpc but not in arch/ppc, like CONFIG_PPC_MERGE, but Kumar mentioned that he was going to look into those. You can pull these into powerpc/next from git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git ppc-removal-more Arnd <>< -- reposted to correct address...