From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758145AbYGGWBA (ORCPT ); Mon, 7 Jul 2008 18:01:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754130AbYGGWAq (ORCPT ); Mon, 7 Jul 2008 18:00:46 -0400 Received: from mu-out-0910.google.com ([209.85.134.186]:41763 "EHLO mu-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755509AbYGGWAp (ORCPT ); Mon, 7 Jul 2008 18:00:45 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:mime-version:content-disposition :message-id:content-type:content-transfer-encoding; b=faCu/cZx516rNm4m+F7UECTd3yrh0APpp7Lcjpjd1XnwN5RpZnsfRarM9z1c/KfGmZ VfHT/YV1TZtedShvMSAkMRZXRlb90pjaDPWE1bKEqvQRQ8E720Y+v/lmfc0XSYHpW9Pv wsn7pKUEHvG0tsF0rZhAdXcCsfIo7ceHNcsYM= From: Bartlomiej Zolnierkiewicz To: linux-ide@vger.kernel.org Subject: [PATCH 0/10] ide: scale down Date: Mon, 7 Jul 2008 23:52:51 +0200 User-Agent: KMail/1.9.9 Cc: linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200807072352.51710.bzolnier@gmail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This time bunch of fixups/cleanups which allow us to remove for: - alpha - blackfin - cris - h8300 - ia64 - m32r - sh - x86 - xtensa Archs that need more work for removal: - arm - frv - m68k - mips - mn10300 - parisc - powerpc - sparc[64] ...so it looks like we are halfway down the road. diffstat: drivers/ide/Kconfig | 2 drivers/ide/ide-generic.c | 34 ++++++++++++- include/asm-alpha/ide.h | 44 ----------------- include/asm-arm/ide.h | 4 - include/asm-blackfin/ide.h | 27 ---------- include/asm-cris/arch-v10/ide.h | 91 ------------------------------------ include/asm-cris/arch-v32/ide.h | 56 ---------------------- include/asm-cris/ide.h | 1 include/asm-frv/ide.h | 4 - include/asm-h8300/ide.h | 26 ---------- include/asm-ia64/ide.h | 51 -------------------- include/asm-m32r/ide.h | 86 +++------------------------------- include/asm-m68k/ide.h | 4 - include/asm-mips/mach-generic/ide.h | 56 +--------------------- include/asm-mn10300/ide.h | 4 - include/asm-parisc/ide.h | 4 - include/asm-powerpc/ide.h | 26 ---------- include/asm-sh/ide.h | 21 -------- include/asm-sparc/ide.h | 3 - include/asm-sparc64/ide.h | 8 --- include/asm-x86/ide.h | 73 +--------------------------- include/asm-xtensa/ide.h | 39 --------------- include/linux/ide.h | 14 +++++ 23 files changed, 64 insertions(+), 614 deletions(-)