wrapper: remove frame.h wrapper
[lttng-modules.git] / lttng-filter-interpreter.c
index 811a262296190ef60e52481fa333c823f9a76886..1d09fdee26fb807d646f0836c14b1451f56469aa 100644 (file)
@@ -8,14 +8,14 @@
  */
 
 #include <linux/uaccess.h>
-#include <wrapper/frame.h>
+#include <linux/frame.h>
 #include <wrapper/types.h>
 #include <linux/swab.h>
 
 #include <lttng-filter.h>
 #include <lttng-string-utils.h>
 
-LTTNG_STACK_FRAME_NON_STANDARD(lttng_filter_interpret_bytecode);
+STACK_FRAME_NON_STANDARD(lttng_filter_interpret_bytecode);
 
 /*
  * get_char should be called with page fault handler disabled if it is expected
This page took 0.022821 seconds and 4 git commands to generate.