Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752627AbaGLLU5 (ORCPT ); Sat, 12 Jul 2014 07:20:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63879 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751983AbaGLLUi (ORCPT ); Sat, 12 Jul 2014 07:20:38 -0400 From: Alexander Gordeev To: linux-kernel@vger.kernel.org Cc: Alexander Gordeev , linuxppc-dev@lists.ozlabs.org, linux-pci@vger.kernel.org Subject: [PATCH 0/2] PCI/MSI: Remove arch_msi_check_device() Date: Sat, 12 Jul 2014 13:21:06 +0200 Message-Id: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, This is a cleanup effort to get rid of useless arch_msi_check_device(). I am not sure what were the reasons for its existence in the first place, but at the moment it appears totally unnecessary. Thanks! Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-pci@vger.kernel.org Alexander Gordeev (2): PCI/MSI/PPC: Remove arch_msi_check_device() PCI/MSI: Remove arch_msi_check_device() arch/powerpc/include/asm/machdep.h | 2 - arch/powerpc/kernel/msi.c | 12 +------- arch/powerpc/platforms/cell/axon_msi.c | 9 ------ arch/powerpc/platforms/powernv/pci.c | 19 +++--------- arch/powerpc/platforms/pseries/msi.c | 42 ++++++++++----------------- arch/powerpc/sysdev/fsl_msi.c | 12 ++------ arch/powerpc/sysdev/mpic_pasemi_msi.c | 11 +------ arch/powerpc/sysdev/mpic_u3msi.c | 28 +++++++----------- arch/powerpc/sysdev/ppc4xx_hsta_msi.c | 18 ++++-------- arch/powerpc/sysdev/ppc4xx_msi.c | 19 ++++-------- drivers/pci/msi.c | 49 ++++++++----------------------- include/linux/msi.h | 3 -- 12 files changed, 63 insertions(+), 161 deletions(-) -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/