X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.c;h=dbf267f811f5f0865c1f387219cefd334800fea9;hb=4b4a8b1980b91b11e6d3b628f7285906fa46c676;hp=ff13b7c09f9aa76e72e754a5525c086837411cc5;hpb=1cacbdc9919acddcbb821dd0fecafcd56542f17f;p=lttng-modules.git diff --git a/lttng-events.c b/lttng-events.c index ff13b7c0..dbf267f8 100644 --- a/lttng-events.c +++ b/lttng-events.c @@ -7,12 +7,6 @@ * Copyright (C) 2010-2012 Mathieu Desnoyers */ -/* - * 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 #include #include @@ -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;