diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index 7515efaa..c4e78357 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -5169,8 +5169,7 @@ sub generate_modprobes if (exists $detection->{isa_addr}) { $isa = 1; } - if ($chip->{driver} eq "bmcsensors" || - $chip->{driver} eq "ipmisensors") { + if ($chip->{driver} eq "ipmisensors") { $ipmi = 1; } }