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
nexedi
linux
Commits
cc25ab00
Commit
cc25ab00
authored
Jul 07, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] IP27: irq_chip startup method returns unsigned int.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
a365e53f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
arch/mips/sgi-ip27/ip27-timer.c
arch/mips/sgi-ip27/ip27-timer.c
+2
-1
No files found.
arch/mips/sgi-ip27/ip27-timer.c
View file @
cc25ab00
...
...
@@ -181,8 +181,9 @@ static __init unsigned long get_m48t35_time(void)
return
mktime
(
year
,
month
,
date
,
hour
,
min
,
sec
);
}
static
void
startup_rt_irq
(
unsigned
int
irq
)
static
unsigned
int
startup_rt_irq
(
unsigned
int
irq
)
{
return
0
;
}
static
void
shutdown_rt_irq
(
unsigned
int
irq
)
...
...
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