module: drop semicolon from version macro

Drop the trailing semicolon from the MODULE_VERSION() macro definition
which was left when removing the array-of-pointer indirection.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
This commit is contained in:
Johan Hovold 2020-12-07 10:13:08 +01:00 коммит произвёл Jessica Yu
Родитель 147ad605dc
Коммит 2d26c716fc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -279,7 +279,7 @@ extern typeof(name) __mod_##type##__##name##_device_table \
}, \
.module_name = KBUILD_MODNAME, \
.version = _version, \
};
}
#endif
/* Optional firmware file (or files) needed by the module