Whamcloud - gitweb
Avoid bogus typecasting.
[fs/lustre-release.git] / lustre / include / linux / obd_trace.h
index 27b05c5..524889d 100644 (file)
@@ -1,4 +1,7 @@
 /*
+ * This code is issued under the GNU General Public License.
+ * See the file COPYING in this distribution
+ *
  * obdtrace (header file) - is useful for tracing and performance
  * debug of the Lustre obd protocol stack. obdtrace is a transparent
  * logical obd driver that prints commands their in- and outbound
 #ifndef __OBD_TRACE_H
 #define __OBD_TRACE_H
 
-struct obd_device;
-struct obdtrace_opstats;
-
-struct trace_obd {
-  struct obdtrace_opstats *stats;
-};
+#include <class/obd_class.h>
 
 #endif