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:
Родитель
147ad605dc
Коммит
2d26c716fc
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче