From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 6 Oct 2019 17:28:07 +0800 Subject: [U-Boot] [PATCH 020/126] sandbox: pci: Drop the get_devfn() method In-Reply-To: References: <20190925145750.200592-1-sjg@chromium.org> <20190925145750.200592-21-sjg@chromium.org> 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 Sat, Oct 5, 2019 at 10:01 AM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > This method is not used anymore since the bus/device/function of PCI > > devices can be obtained from their (parent's per-child) platform data. > > Drop it. > > > > Signed-off-by: Simon Glass > > --- > > > > drivers/misc/swap_case.c | 8 -------- > > include/pci.h | 7 ------- > > 2 files changed, 15 deletions(-) > > > > Reviewed-by: Bin Meng applied to u-boot-x86/next, thanks!