remove unneeded #ifdef MODULE

From: Enrico Weigelt, metux IT consult
Date: Sat Jun 01 2019 - 10:06:36 EST


Hi folks,

here're some patches that remove some (IMHO) unncessary cases of #ifdef MODULE
These basically switch off calls to MODULE_DEVICE_TABLE() macro, which already
checks for MODULE symbol on its own.

have fun
--mtx