Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938725AbcKXJtp (ORCPT ); Thu, 24 Nov 2016 04:49:45 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:36622 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964829AbcKXJtn (ORCPT ); Thu, 24 Nov 2016 04:49:43 -0500 Date: Thu, 24 Nov 2016 10:06:13 +0100 (CET) From: Thomas Gleixner To: David Singleton cc: Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Bjorn Helgaas , Arnd Bergmann , Steve Shih , xe-kernel@external.cisco.com, LKML , linux-pci@vger.kernel.org, linux-arch@vger.kernel.org, Darren Hart Subject: Re: [PATCH] pcie: aer: aerdrv: PCIe AER workaround and handling for ASR1K platforms. In-Reply-To: <20161124041904.17393-1-davsingl@cisco.com> Message-ID: References: <20161124041904.17393-1-davsingl@cisco.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 805 Lines: 33 On Wed, 23 Nov 2016, David Singleton wrote: > --- /dev/null > +++ b/arch/x86/platform/asr1k/asr1k_aer.c > @@ -0,0 +1,165 @@ > +/* > + * Cisco ASR1K platform PCIe AER support Please move this into drivers/platform/x86/asrik/ or into a proper space in drivers/pci/ This is pure driver space and has nothing architecture platform specific in it. Please sort the proper location out with Bjorn (PCI) and Darren (platform/x86) > + * > + * Copyright (c) 2015 by cisco Systems, Inc. > + */ > + > +#include > +#include <../../../drivers/pci/pcie/aer/aerdrv.h> WTF? If you need to share a header file between files in different directories, what's wrong with moving the file to a proper place in include/* ? Lack of taste and laziness are the only reasons I can come up with, Thanks, tglx