]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
module: drop semicolon from version macro
authorJohan Hovold <johan@kernel.org>
Mon, 7 Dec 2020 09:13:08 +0000 (10:13 +0100)
committerJessica Yu <jeyu@kernel.org>
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 <johan@kernel.org>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
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