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
33b054b8
Commit
33b054b8
authored
Mar 28, 2011
by
Thomas Gleixner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
genirq: Remove handle_IRQ_event
Last user gone. Signed-off-by:
Thomas Gleixner
<
tglx@linutronix.de
>
parent
68293105
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
include/linux/irq.h
include/linux/irq.h
+0
-3
kernel/irq/handle.c
kernel/irq/handle.c
+0
-12
No files found.
include/linux/irq.h
View file @
33b054b8
...
...
@@ -413,9 +413,6 @@ static inline void irq_move_masked_irq(struct irq_data *data) { }
extern
int
no_irq_affinity
;
/* Handle irq action chains: */
extern
irqreturn_t
handle_IRQ_event
(
unsigned
int
irq
,
struct
irqaction
*
action
);
/*
* Built-in IRQ handlers for various IRQ types,
* callable via desc->handle_irq()
...
...
kernel/irq/handle.c
View file @
33b054b8
...
...
@@ -188,15 +188,3 @@ irqreturn_t handle_irq_event(struct irq_desc *desc)
irq_compat_clr_progress
(
desc
);
return
ret
;
}
/**
* handle_IRQ_event - irq action chain handler
* @irq: the interrupt number
* @action: the interrupt action chain for this irq
*
* Handles the action chain of an irq event
*/
irqreturn_t
handle_IRQ_event
(
unsigned
int
irq
,
struct
irqaction
*
action
)
{
return
handle_irq_event_percpu
(
irq_to_desc
(
irq
),
action
);
}
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