Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
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
Linaro
qcomlt
kernel
Commits
19ab6db6
Commit
19ab6db6
authored
15 years ago
by
David S. Miller
Browse files
Options
Downloads
Patches
Plain Diff
sparc64: Fix section mismatch warnings in power driver.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
6bbc0b08
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/sparc/kernel/power.c
+1
-1
1 addition, 1 deletion
arch/sparc/kernel/power.c
with
1 addition
and
1 deletion
arch/sparc/kernel/power.c
+
1
−
1
View file @
19ab6db6
...
...
@@ -23,7 +23,7 @@ static irqreturn_t power_handler(int irq, void *dev_id)
return
IRQ_HANDLED
;
}
static
int
__init
has_button_interrupt
(
unsigned
int
irq
,
struct
device_node
*
dp
)
static
int
__
dev
init
has_button_interrupt
(
unsigned
int
irq
,
struct
device_node
*
dp
)
{
if
(
irq
==
0xffffffff
)
return
0
;
...
...
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