Skip to content

Commit

Permalink
msm: sirc: remove some unused variables
Browse files Browse the repository at this point in the history
Eliminate some unreferenced variables.

arch/arm/mach-msm/sirc.c:43: warning: 'save_type' defined but not used
arch/arm/mach-msm/sirc.c:44: warning: 'save_polarity' defined but not used

Signed-off-by: David Brown <davidb@codeaurora.org>
[dwalker@codeaurora.org: changed the commit text a little.]
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
  • Loading branch information
David Brown authored and Daniel Walker committed Nov 16, 2010
1 parent 9be58f3 commit 5d1394b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/arm/mach-msm/sirc.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ static struct sirc_cascade_regs sirc_reg_table[] = {
}
};

static unsigned int save_type;
static unsigned int save_polarity;

/* Mask off the given interrupt. Keep the int_enable mask in sync with
the enable reg, so it can be restored after power collapse. */
static void sirc_irq_mask(unsigned int irq)
Expand Down

0 comments on commit 5d1394b

Please sign in to comment.