From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 2989E1A01B2 for ; Sat, 12 Jul 2014 21:20:36 +1000 (EST) From: Alexander Gordeev To: linux-kernel@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: Cc: linux-pci@vger.kernel.org, Alexander Gordeev , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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