Commit 2d26c716 authored by Johan Hovold's avatar Johan Hovold Committed by Jessica Yu
Browse files

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: default avatarJohan Hovold <johan@kernel.org>
Signed-off-by: default avatarJessica Yu <jeyu@kernel.org>
parent 147ad605
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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