[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200117230948.GA2124963@kroah.com>
Date: Sat, 18 Jan 2020 00:09:48 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Kishon Vijay Abraham I <kishon@...com>
Cc: linux-kernel@...r.kernel.org, Hongbo Yao <yaohongbo@...wei.com>
Subject: Re: [PATCH] phy: ti: j721e-wiz: Fix build error without
CONFIG_OF_ADDRESS
On Sat, Jan 18, 2020 at 12:01:02AM +0100, Greg Kroah-Hartman wrote:
> On Sat, Jan 18, 2020 at 02:53:10AM +0530, Kishon Vijay Abraham I wrote:
> > From: Hongbo Yao <yaohongbo@...wei.com>
> >
> > If CONFIG_OF_ADDRESS is not set and COMPILE_TEST=y, the following
> > error is seen while building phy-j721e-wiz.c
> >
> > drivers/phy/ti/phy-j721e-wiz.o: In function `wiz_remove':
> > phy-j721e-wiz.c:(.text+0x1a): undefined reference to
> > `of_platform_device_destroy'
> >
> > Fix the config dependency for PHY_J721E_WIZ here.
> >
> > Reported-by: Hulk Robot <hulkci@...wei.com>
> > Fixes: 091876cc355d ("phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoC")
> > Signed-off-by: Hongbo Yao <yaohongbo@...wei.com>
> > Signed-off-by: Kishon Vijay Abraham I <kishon@...com>
> > ---
> > drivers/phy/ti/Kconfig | 1 +
> > 1 file changed, 1 insertion(+)
>
> Want me to just take this directly in my tree so the build error goes
> away?
Nevermind, I did :)
Powered by blists - more mailing lists