From e1b270bef215bdb5f59eee163a4b0948224389c9 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 30 Sep 2006 23:27:54 -0700 Subject: [PATCH] --- yaml --- r: 37646 b: refs/heads/master c: 89bbc03c01f68e627a2b120963f136e2815f0d84 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/sysrq.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 840f3e409641..4d26441853f4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 643f720cea989d2913fc0120a2384fecc1be1f9a +refs/heads/master: 89bbc03c01f68e627a2b120963f136e2815f0d84 diff --git a/trunk/include/linux/sysrq.h b/trunk/include/linux/sysrq.h index 4812ff60561c..e657e523b9bf 100644 --- a/trunk/include/linux/sysrq.h +++ b/trunk/include/linux/sysrq.h @@ -11,6 +11,8 @@ * based upon discusions in irc://irc.openprojects.net/#kernelnewbies */ +#ifndef _LINUX_SYSRQ_H +#define _LINUX_SYSRQ_H struct pt_regs; struct tty_struct; @@ -57,3 +59,5 @@ static inline int __reterr(void) #define unregister_sysrq_key(ig,nore) __reterr() #endif + +#endif /* _LINUX_SYSRQ_H */