Hi, From: Thomas Petazzoni <[email protected]> Prevent multiple inclusions of include/linux/sysrq.h using traditional #ifndef..#endif. Signed-off-by: Thomas Petazzoni <[email protected]> --- 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 - [email protected] http://{thomas,sos,kos}.enix.org - Jabber: [email protected] 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
- Prev by Date: bzImage too big to boot???
- Next by Date: Re: patch remove hostap debug code from standard compile mode
- Previous by thread: bzImage too big to boot???
- Next by thread: [PATCH] Add distclean info to 'make help' and more details for 'clean'.
- Index(es):