Re: [PATCH] staging/media: make atomisp vlv2_plat_clock explicitly non-modular

From: Alan Cox
Date: Fri Apr 14 2017 - 16:43:06 EST


> I'm pretty sure we want this code to be built as a module, so maybe a
> Kconfig change would resolve the issue instead?
>
> Alan, any thoughts?

It's a tiny chunk of platform helper code. It probably ultimately
belongs in arch/x86 somewhere or folded into the driver. At the moment
it won't build modular.

I'm fine with the change, it strips out more pointless code so helps
see what tiny bits of code in there are actually used for anything
real.

Alan