[PATCH] Prevent multiple inclusion of linux/sysrq.h

From: Thomas Petazzoni
Date: Sun Sep 24 2006 - 07:50:50 EST


Hi,

From: Thomas Petazzoni <thomas.petazzoni@xxxxxxxx>

Prevent multiple inclusions of include/linux/sysrq.h using traditional
#ifndef..#endif.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@xxxxxxxx>

---

Index: linux-2.6/include/linux/sysrq.h
===================================================================
--- linux-2.6.orig/include/linux/sysrq.h 2006-09-23 00:04:05.000000000 +0200
+++ linux-2.6/include/linux/sysrq.h 2006-09-23 00:05:27.000000000 +0200
@@ -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 @@
#define unregister_sysrq_key(ig,nore) __reterr()

#endif
+
+#endif /* _LINUX_SYSRQ_H */
--
PETAZZONI Thomas - thomas.petazzoni@xxxxxxxx
http://{thomas,sos,kos}.enix.org - Jabber: thomas.petazzoni@xxxxxxxxx
http://{agenda,livret}dulibre.org - http://www.toulibre.org
Fingerprint : 0BE1 4CF3 CEA4 AC9D CC6E 1624 F653 CB30 98D3 F7A7

Attachment: signature.asc
Description: PGP signature