Skip to content

Commit 70433f6

Browse files
sfrothwellmimizohar
authored andcommitted
MODSIGN: make new include file self contained
Fixes: c8424e7 ("MODSIGN: Export module signature definitions") Signed-off-by: Stephen Rothwell <[email protected]> Signed-off-by: Mimi Zohar <[email protected]>
1 parent 4ece312 commit 70433f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/linux/module_signature.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#ifndef _LINUX_MODULE_SIGNATURE_H
1010
#define _LINUX_MODULE_SIGNATURE_H
1111

12+
#include <linux/types.h>
13+
1214
/* In stripped ARM and x86-64 modules, ~ is surprisingly rare. */
1315
#define MODULE_SIG_STRING "~Module signature appended~\n"
1416

0 commit comments

Comments
 (0)