* [PATCH 2.4.12.5 2/2] include/linux: enclose idr.h in #ifndef
@ 2005-08-16 21:56 Luben Tuikov
0 siblings, 0 replies; only message in thread
From: Luben Tuikov @ 2005-08-16 21:56 UTC (permalink / raw)
To: Linux Kernel Mailing List, SCSI Mailing List, Dave Jones,
Jeff Garzik, Jim Houston
Hi,
This patch encloses the idr.h header file in
#ifndef __IDR_H__ macro.
Signed-off-by: Luben Tuikov <luben_tuikov@adaptec.com>
--- linux-2.6.12.5/include/linux/idr.h.old 2005-08-16 17:20:15.000000000 -0400
+++ linux-2.6.12.5/include/linux/idr.h 2005-08-16 17:21:11.000000000 -0400
@@ -8,6 +8,10 @@
* Small id to pointer translation service avoiding fixed sized
* tables.
*/
+
+#ifndef __IDR_H__
+#define __IDR_H__
+
#include <linux/types.h>
#include <linux/bitops.h>
@@ -76,3 +80,5 @@
int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id);
void idr_remove(struct idr *idp, int id);
void idr_init(struct idr *idp);
+
+#endif /* __IDR_H__ */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-16 21:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-16 21:56 [PATCH 2.4.12.5 2/2] include/linux: enclose idr.h in #ifndef Luben Tuikov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).