drivers: hwmon: i5k_amb: simplify probing / device
From: Enrico Weigelt, metux IT consult
Date: Thu Jun 06 2019 - 11:05:32 EST
Hi folks,
the current way of device probing looks a bit strange and
uses two redundant tables - one only for the module loading
and another for the actual probing.
Simplifying it by putting everything into the pci match table.
--mtx