Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
devices
android_kernel_sony_msm8994
Commits
559a8f01
Commit
559a8f01
authored
Jul 30, 2021
by
threader
Committed by
Bernhard Thoben
Jul 31, 2021
Browse files
BINDER: use compiler.h not compiler_types which we dont have, dare i say yet
parent
69984d98
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/android/binderfs.c
View file @
559a8f01
/* 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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment