I change this that we see other guys use "MODULE_DEVICE_TABLE(cpu,..."
without use that MODULE macro,and mark cpu_feature struct "__maybe_unused",
do the same way to avoid unused variable compiler warning :).
yeap, it looks good to me with __maybe_unused added.