Commit 70433f67 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Mimi Zohar

MODSIGN: make new include file self contained

Fixes: c8424e77 ("MODSIGN: Export module signature definitions")
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarMimi Zohar <zohar@linux.ibm.com>
parent 4ece3125
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment