]> Git Repo - J-linux.git/commitdiff
module: drop semicolon from version macro
authorJohan Hovold <[email protected]>
Mon, 7 Dec 2020 09:13:08 +0000 (10:13 +0100)
committerJessica Yu <[email protected]>
Mon, 7 Dec 2020 12:00:52 +0000 (13:00 +0100)
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 <[email protected]>
Signed-off-by: Jessica Yu <[email protected]>
include/linux/module.h

index 5958075ea3f43165113751d94ceca346f52f6223..e7a619c2457e736598c85789b23eaffd33545178 100644 (file)
@@ -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
This page took 0.051597 seconds and 4 git commands to generate.