Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-guf
Manage
Activity
Members
Labels
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SECO Northern Europe
Kernel
linux-guf
Commits
8dff0fa5
Commit
8dff0fa5
authored
16 years ago
by
Hiroshi DOYU
Committed by
Tony Lindgren
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
omap mailbox: remove unnecessary header file inclusion
Signed-off-by:
Hiroshi DOYU
<
Hiroshi.DOYU@nokia.com
>
parent
7a781afd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm/plat-omap/mailbox.c
+1
-5
1 addition, 5 deletions
arch/arm/plat-omap/mailbox.c
with
1 addition
and
5 deletions
arch/arm/plat-omap/mailbox.c
+
1
−
5
View file @
8dff0fa5
...
@@ -21,15 +21,11 @@
...
@@ -21,15 +21,11 @@
*
*
*/
*/
#include
<linux/init.h>
#include
<linux/module.h>
#include
<linux/module.h>
#include
<linux/sched.h>
#include
<linux/interrupt.h>
#include
<linux/interrupt.h>
#include
<linux/device.h>
#include
<linux/device.h>
#include
<linux/blkdev.h>
#include
<linux/err.h>
#include
<linux/delay.h>
#include
<linux/delay.h>
#include
<linux/io.h>
#include
<mach/mailbox.h>
#include
<mach/mailbox.h>
static
int
enable_seq_bit
;
static
int
enable_seq_bit
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment