Hi Dj
Blacklist it in a /etc/sysconfig/modprobe.d/blacklist.conf file as done with the forte module in the example below:
In root:
mkdir -p /etc/sysconfig/modules.d
echo "blacklist forte" >/etc/sysconfig/modprobe.d/blacklist.conf
Blacklisted modules can still be loaded manually with the explicit modprobe command.
BR,
Thierry