[ofw] [PATCH] ibal/at: move include inside #ifndef as minor optimization

Sean Hefty sean.hefty at intel.com
Fri Apr 17 11:20:51 PDT 2009


Signed-off-by: Sean Hefty <sean.hefty at intel.com>
---
I sent this before but failed to commit it.  Resending to note that I'll
commit it this time.  :)

diff -up -r -X \mshefty\scm\winof\trunk\docs\dontdiff.txt -I '\$Id:' trunk\inc\iba/ib_at_ioctl.h
branches\winverbs\inc\iba/ib_at_ioctl.h
--- trunk\inc\iba/ib_at_ioctl.h	2008-10-29 11:23:57.390625000 -0700
+++ branches\winverbs\inc\iba/ib_at_ioctl.h	2009-02-11 04:13:04.490875000 -0800
@@ -33,12 +33,12 @@
 
 /* This file is shared between user- and kernel-mode */
 
-#include <iba/ib_types.h>
-
 
 #ifndef	_IB_AT_IOCTL_H_
 #define	_IB_AT_IOCTL_H_
 
+#include <iba/ib_types.h>
+
 
 #define	IBAT_IOCTL_VERSION		5





More information about the ofw mailing list