* [PATCH] ppc/plataforms: removed unused variable i from code.
@ 2005-12-03 18:42 Otavio Salvador
0 siblings, 0 replies; only message in thread
From: Otavio Salvador @ 2005-12-03 18:42 UTC (permalink / raw)
To: linuxppc-dev, akpm; +Cc: Otavio Salvador
---
arch/ppc/platforms/chrp_setup.c | 1 -
arch/ppc/platforms/prep_setup.c | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
applies-to: 8622c40782404c8fb13aa2a4dd4a7b0ebc44e896
66697dfc757179883127a3ae53bc486320b38374
diff --git a/arch/ppc/platforms/chrp_setup.c b/arch/ppc/platforms/chrp_setup.c
index f1b70ab..056ac2a 100644
--- a/arch/ppc/platforms/chrp_setup.c
+++ b/arch/ppc/platforms/chrp_setup.c
@@ -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)
diff --git a/arch/ppc/platforms/prep_setup.c b/arch/ppc/platforms/prep_setup.c
index 4415748..f4ef267 100644
--- a/arch/ppc/platforms/prep_setup.c
+++ b/arch/ppc/platforms/prep_setup.c
@@ -954,7 +954,6 @@ prep_calibrate_decr(void)
static void __init
prep_init_IRQ(void)
{
- int i;
unsigned int pci_viddid, pci_did;
if (OpenPIC_Addr != NULL) {
---
0.99.9k
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2005-12-03 18:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-03 18:42 [PATCH] ppc/plataforms: removed unused variable i from code Otavio Salvador
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).