]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: comedi: comedi_internal.h inclusion guards
authorIan Abbott <abbotti@mev.co.uk>
Tue, 19 Jun 2012 09:17:45 +0000 (10:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Jun 2012 19:56:55 +0000 (12:56 -0700)
Add a multiple inclusion guard macro to "comedi_internal.h".

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_internal.h

index 7ed20a04eef5a4e1677b19feed36394a481433e6..b004963a3d6316ba3bac6d9fd3ccf119ad30b4f7 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _COMEDI_INTERNAL_H
+#define _COMEDI_INTERNAL_H
+
 /*
  * various internal comedi stuff
  */
@@ -14,3 +17,5 @@ int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s,
 
 extern unsigned int comedi_default_buf_size_kb;
 extern unsigned int comedi_default_buf_maxsize_kb;
+
+#endif /* _COMEDI_INTERNAL_H */