Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iio: multiplexer: iio-gen-mux: don't allow module compilation
Only allow the driver to be compiled built-in as it makes use of __clk_lookup() which is not an exported function. As we lived this far without needing the driver to be supported as module and supporting it is not trivial, let's go the easy (lazy) path. Fixes: bff49e8 ("iio: multiplexer: iio-gen-mux: Generic IIO driver to control MUXes") Signed-off-by: Nuno Sa <nuno.sa@analog.com>