Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
c11a166c
Commit
c11a166c
authored
Apr 15, 2010
by
Colin Cross
Committed by
Greg Kroah-Hartman
Nov 30, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
android-common: Fix slab.h includes for 2.6.34-rc4
Signed-off-by:
Greg Kroah-Hartman
<
gregkh@suse.de
>
parent
c1b197ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
drivers/staging/android/binder.c
drivers/staging/android/binder.c
+1
-0
drivers/staging/android/logger.c
drivers/staging/android/logger.c
+1
-0
No files found.
drivers/staging/android/binder.c
View file @
c11a166c
...
...
@@ -31,6 +31,7 @@
#include <linux/sched.h>
#include <linux/uaccess.h>
#include <linux/vmalloc.h>
#include <linux/slab.h>
#include "binder.h"
...
...
drivers/staging/android/logger.c
View file @
c11a166c
...
...
@@ -23,6 +23,7 @@
#include <linux/miscdevice.h>
#include <linux/uaccess.h>
#include <linux/poll.h>
#include <linux/slab.h>
#include <linux/time.h>
#include "logger.h"
...
...
Write
Preview
Markdown
is supported
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