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
9e32a510
Commit
9e32a510
authored
Oct 31, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Sibyte: Build fixes / dead code removal.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
54866f03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
29 deletions
+0
-29
arch/mips/sibyte/bcm1480/irq.c
arch/mips/sibyte/bcm1480/irq.c
+0
-15
arch/mips/sibyte/sb1250/irq.c
arch/mips/sibyte/sb1250/irq.c
+0
-14
No files found.
arch/mips/sibyte/bcm1480/irq.c
View file @
9e32a510
...
@@ -265,21 +265,6 @@ void __init init_bcm1480_irqs(void)
...
@@ -265,21 +265,6 @@ void __init init_bcm1480_irqs(void)
}
}
}
}
static
irqreturn_t
bcm1480_dummy_handler
(
int
irq
,
void
*
dev_id
)
{
return
IRQ_NONE
;
}
static
struct
irqaction
bcm1480_dummy_action
=
{
.
handler
=
bcm1480_dummy_handler
,
.
flags
=
0
,
.
mask
=
CPU_MASK_NONE
,
.
name
=
"bcm1480-private"
,
.
next
=
NULL
,
.
dev_id
=
0
};
/*
/*
* init_IRQ is called early in the boot sequence from init/main.c. It
* init_IRQ is called early in the boot sequence from init/main.c. It
* is responsible for setting up the interrupt mapper and installing the
* is responsible for setting up the interrupt mapper and installing the
...
...
arch/mips/sibyte/sb1250/irq.c
View file @
9e32a510
...
@@ -236,20 +236,6 @@ void __init init_sb1250_irqs(void)
...
@@ -236,20 +236,6 @@ void __init init_sb1250_irqs(void)
}
}
static
irqreturn_t
sb1250_dummy_handler
(
int
irq
,
void
*
dev_id
)
{
return
IRQ_NONE
;
}
static
struct
irqaction
sb1250_dummy_action
=
{
.
handler
=
sb1250_dummy_handler
,
.
flags
=
0
,
.
mask
=
CPU_MASK_NONE
,
.
name
=
"sb1250-private"
,
.
next
=
NULL
,
.
dev_id
=
0
};
/*
/*
* arch_init_irq is called early in the boot sequence from init/main.c via
* arch_init_irq is called early in the boot sequence from init/main.c via
* init_IRQ. It is responsible for setting up the interrupt mapper and
* init_IRQ. It is responsible for setting up the interrupt mapper and
...
...
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