Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1674781 > unrolled thread

[PATCH] critical patch to fix build bot failed

Started byRyder Lee <ryder.lee@mediatek.com>
First post2017-06-26 15:40 +0200
Last post2017-06-26 15:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] critical patch to fix build bot failed Ryder Lee <ryder.lee@mediatek.com> - 2017-06-26 15:40 +0200

#1674781 — [PATCH] critical patch to fix build bot failed

FromRyder Lee <ryder.lee@mediatek.com>
Date2017-06-26 15:40 +0200
Subject[PATCH] critical patch to fix build bot failed
Message-ID<tWCpb-2Xw-5@gated-at.bofh.it>
Hi,

This is a critical patch (based on pcie -next branch) to fix build bot failure:

This build failure is still present in -next:

> 	arm-allmodconfig
> ../drivers/pci/host/pcie-mediatek.c:485:8: error: implicit declaration of function 'pci_register_host_bridge' [-Werror=implicit-function-declaration]

and we're at -rc7 now.


This is because host/pci-mediatek is a separate branch in pci-tree but we (Lorenzo's patches) merge together.
Seems Bjorn didn't response these days, so I need someone help to apply this patch to -next.

Hi Arnd and Mark,

Do you have better idea to handle this situation? I'm really not sure how to fix it in proper ways.
Thanks a lot.

Ryder

Ryder Lee (1):
  PCI: mediatek: change to use pci_scan_root_bus_bridge()

 drivers/pci/host/pcie-mediatek.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web