From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Wed, 6 Jan 2016 20:58:30 -0200 Subject: [U-Boot] [PATCH 1/3] pci: Add error values definitions from the kernel In-Reply-To: <20160106225536.GB4093@bill-the-cat> References: <1452113598-32409-1-git-send-email-festevam@gmail.com> <20160106225536.GB4093@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Jan 6, 2016 at 8:55 PM, Tom Rini wrote: > On Wed, Jan 06, 2016 at 06:53:16PM -0200, Fabio Estevam wrote: > >> From: Fabio Estevam >> >> Add PCI error values definitions from the kernel (include/linux/pci.h). > > You forgot the kernel hash you took this from :) It is from kernel 4.3.3. Could this be included while applying it?