From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 20 Oct 2020 14:15:57 +0800 Subject: [PATCH next] usb: mtu3: fix build error caused by dev_xxx() In-Reply-To: <1603160517.29336.134.camel@mhfsdcap03> References: <1603109998-7258-1-git-send-email-chunfeng.yun@mediatek.com> <1603160517.29336.134.camel@mhfsdcap03> 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 Hi Chunfeng, On Tue, Oct 20, 2020 at 10:22 AM Chunfeng Yun wrote: > > On Tue, 2020-10-20 at 00:15 +0200, Marek Vasut wrote: > > On 10/19/20 2:19 PM, Chunfeng Yun wrote: > > > Due to the following to patches: > > > 4a1989c0bc77 ("dm: Don't undefine dev_xxx macros") > > > 69dae8902b16 ("linux/compat.h: Remove redefinition of dev_xxx macros") > > > > > > Need include device_compat.h and no need use __maybe_unused anymore > > > to fix unused variable warning > > > > > > Signed-off-by: Chunfeng Yun > > > --- > > > Please squash in: ab703ebb1cc0 ("usb: add MediaTek USB3 DRD driver") > > > in u-boot-usb/next > > > > Applied, thanks. > Thank you! > > > > > > Sorry for inconvenience > > > > Please make use of the CI next time. > Is there any reference about CI I can see? > You can use Microsoft Azure (recommended), or Travis-CI to test your patches. Regards, Bin