Skip to content

Commit

Permalink
MODSIGN: make new include file self contained
Browse files Browse the repository at this point in the history
Fixes: c8424e7 ("MODSIGN: Export module signature definitions")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
  • Loading branch information
Stephen Rothwell authored and Mimi Zohar committed Aug 6, 2019
1 parent 4ece312 commit 70433f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/module_signature.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 70433f6

Please sign in to comment.