Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
7b653caf
Commit
7b653caf
authored
Dec 03, 2005
by
Otavio Salvador
Committed by
Paul Mackerras
Jan 09, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] ppc: removed unused variable i from code.
Signed-off-by:
Paul Mackerras
<
paulus@samba.org
>
parent
84c9fdd1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
arch/ppc/platforms/chrp_setup.c
arch/ppc/platforms/chrp_setup.c
+0
-1
arch/ppc/platforms/prep_setup.c
arch/ppc/platforms/prep_setup.c
+0
-1
No files found.
arch/ppc/platforms/chrp_setup.c
View file @
7b653caf
...
...
@@ -404,7 +404,6 @@ static struct irqaction xmon_irqaction = {
void
__init
chrp_init_IRQ
(
void
)
{
struct
device_node
*
np
;
int
i
;
unsigned
long
chrp_int_ack
=
0
;
unsigned
char
init_senses
[
NR_IRQS
-
NUM_8259_INTERRUPTS
];
#if defined(CONFIG_VT) && defined(CONFIG_INPUT_ADBHID) && defined(XMON)
...
...
arch/ppc/platforms/prep_setup.c
View file @
7b653caf
...
...
@@ -953,7 +953,6 @@ prep_calibrate_decr(void)
static
void
__init
prep_init_IRQ
(
void
)
{
int
i
;
unsigned
int
pci_viddid
,
pci_did
;
if
(
OpenPIC_Addr
!=
NULL
)
{
...
...
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