MODSIGN: make new include file self contained

Fixes: c8424e776b ("MODSIGN: Export module signature definitions")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
Stephen Rothwell 2019-08-06 12:15:19 +10:00 committed by Mimi Zohar
parent 4ece3125f2
commit 70433f67ec
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#ifndef _LINUX_MODULE_SIGNATURE_H
#define _LINUX_MODULE_SIGNATURE_H
#include <linux/types.h>
/* In stripped ARM and x86-64 modules, ~ is surprisingly rare. */
#define MODULE_SIG_STRING "~Module signature appended~\n"