]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
UAPI: Guard linux/isdn_divertif.h
authorDavid Howells <dhowells@redhat.com>
Tue, 13 Dec 2011 09:26:45 +0000 (09:26 +0000)
committerDavid Howells <dhowells@redhat.com>
Tue, 13 Dec 2011 09:26:45 +0000 (09:26 +0000)
Place reinclusion guards on linux/isdn_divertif.h otherwise the UAPI splitter
script won't insert the #include to include the UAPI header from the kernel
header.

Signed-off-by: David Howells <dhowells@redhat.com>
include/linux/isdn_divertif.h

index 07821ca5955f42872e5b2748272cc7bf73bc2c4c..a5a50f52380784115f5a1def2e76ac103055408f 100644 (file)
@@ -10,6 +10,8 @@
  *
  */
 
+#ifndef _LINUX_ISDN_DIVERTIF_H
+#define _LINUX_ISDN_DIVERTIF_H
 
 /***********************************************************/
 /* magic value is also used to control version information */
@@ -45,3 +47,5 @@ typedef struct
 /*********************/
 extern int DIVERT_REG_NAME(isdn_divert_if *);
 #endif
+
+#endif /* _LINUX_ISDN_DIVERTIF_H */