On 11/25/19 6:55 AM, Wei Liu wrote:
On Fri, 15 Nov 2019 at 13:58, Wei Liu <wei.liu@xxxxxxxxxx> wrote:
CONFIG_PCIE_IPROC_PLATFORM only gets defined when the driver is built
in. Removing the ifdef will allow us to build the driver as a module.
Signed-off-by: Wei Liu <wei.liu@xxxxxxxxxx>
---
Alternatively, we can change the condition to:
#ifdef CONFIG_PCIE_IPROC_PLATFORM || CONFIG_PCIE_IPROC_PLATFORM_MODULE
.
I chose to remove the ifdef because that's what other quirks looked like
in this file.
Bjorn and Ray, any comment on this trivial patch?
Wei.
I just reviewed it and it looks good to me. Thanks!
Ray