Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 559a8f01 authored by threader's avatar threader Committed by Bernhard Thoben
Browse files

BINDER: use compiler.h not compiler_types which we dont have, dare i say yet

parent 69984d98
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */

#include <linux/compiler_types.h>
#include <linux/compiler.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/fsnotify.h>
@@ -29,7 +29,7 @@
#include <linux/types.h>
#include <linux/uaccess.h>
#include <linux/user_namespace.h>
#include <linux/xarray.h>
//#include <linux/xarray.h>
#include <uapi/asm-generic/errno-base.h>
#include <uapi/linux/android/binder.h>
#include <uapi/linux/android/binderfs.h>