clean some unneeded #ifdef MODULE
From: Enrico Weigelt, metux IT consult
Date: Fri May 31 2019 - 11:13:48 EST
Hi folks,
here're some patches that clean up uncessary cases of #ifdef MODULE.
These ifdef's just exlude MODULE_DEVICE_TABLE's when the kernel is
built w/o module support. As MODULE_DEVICE_TABLE() macro already
checks for that, these extra #ifdef's shouldn't be necessary.
--mtx