X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=lib%2Fringbuffer%2Fring_buffer_mmap.c;h=34174a587ab4af1a8d601d752a89ae31e92a4b29;hb=2459130397d7e7eecc44a5f06a39d65c78257eef;hp=fab945887855c0eb20967721b3cdc0b3f5dd21fb;hpb=2ca0c84f0b4a915c555a0b83102d94ac941619ca;p=lttng-modules.git diff --git a/lib/ringbuffer/ring_buffer_mmap.c b/lib/ringbuffer/ring_buffer_mmap.c index fab94588..34174a58 100644 --- a/lib/ringbuffer/ring_buffer_mmap.c +++ b/lib/ringbuffer/ring_buffer_mmap.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0-only * * ring_buffer_mmap.c * @@ -6,16 +6,16 @@ * Copyright (C) 1999-2005 - Karim Yaghmour * Copyright (C) 2008-2012 - Mathieu Desnoyers * - * Re-using code from kernel/relay.c, hence the GPL-2.0 license for this + * Re-using code from kernel/relay.c, hence the GPL-2.0-only license for this * file. */ #include #include -#include -#include -#include +#include +#include +#include /* * fault() vm_op implementation for ring buffer file mapping.