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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"