wrapper: remove page_alloc wrapper
[lttng-modules.git] / lttng-events.c
index ff13b7c09f9aa76e72e754a5525c086837411cc5..dbf267f811f5f0865c1f387219cefd334800fea9 100644 (file)
@@ -7,12 +7,6 @@
  * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  */
 
-/*
- * This page_alloc.h wrapper needs to be included before gfpflags.h because it
- * overrides a function with a define.
- */
-#include "wrapper/page_alloc.h"
-
 #include <linux/module.h>
 #include <linux/mutex.h>
 #include <linux/sched.h>
@@ -2936,12 +2930,6 @@ static int __init lttng_events_init(void)
 {
        int ret;
 
-       ret = wrapper_get_pfnblock_flags_mask_init();
-       if (ret)
-               return ret;
-       ret = wrapper_get_pageblock_flags_mask_init();
-       if (ret)
-               return ret;
        ret = lttng_probes_init();
        if (ret)
                return ret;
This page took 0.024463 seconds and 4 git commands to generate.