diff options
| author | Arnd Bergmann <[email protected]> | 2023-04-17 22:02:46 +0000 |
|---|---|---|
| committer | Luis Chamberlain <[email protected]> | 2023-04-18 18:35:50 +0000 |
| commit | 635dc38314c75c5727711d896d4c71ec92f6f20b (patch) | |
| tree | c462d9e2774a2bd029a13245aa9d35e3c781411a /lib/test_vmalloc.c | |
| parent | module: avoid allocation if module is already present and ready (diff) | |
| download | kernel-635dc38314c75c5727711d896d4c71ec92f6f20b.tar.gz kernel-635dc38314c75c5727711d896d4c71ec92f6f20b.zip | |
module: stats: include uapi/linux/module.h
MODULE_INIT_COMPRESSED_FILE is defined in the uapi header, which
is not included indirectly from the normal linux/module.h, but
has to be pulled in explicitly:
kernel/module/stats.c: In function 'mod_stat_bump_invalid':
kernel/module/stats.c:227:14: error: 'MODULE_INIT_COMPRESSED_FILE' undeclared (first use in this function)
227 | if (flags & MODULE_INIT_COMPRESSED_FILE)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Luis Chamberlain <[email protected]>
Diffstat (limited to 'lib/test_vmalloc.c')
0 files changed, 0 insertions, 0 deletions
