Skip to content

Commit

Permalink
[PATCH] ppc: removed unused variable i from code.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Otavio Salvador authored and Paul Mackerras committed Jan 9, 2006
1 parent 84c9fdd commit 7b653ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/ppc/platforms/chrp_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion arch/ppc/platforms/prep_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7b653ca

Please sign in to comment.