Skip to content

Commit

Permalink
soc: ti: knav_qmss_queue: change knav_range_setup_acc_irq to static
Browse files Browse the repository at this point in the history
knav_range_setup_acc_irq() is used only within the file and should
be defined as static.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
  • Loading branch information
Murali Karicheri authored and Santosh Shilimkar committed Jan 29, 2015
1 parent df351f1 commit a68094c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/soc/ti/knav_qmss_acc.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ static irqreturn_t knav_acc_int_handler(int irq, void *_instdata)
return IRQ_HANDLED;
}

int knav_range_setup_acc_irq(struct knav_range_info *range,
static int knav_range_setup_acc_irq(struct knav_range_info *range,
int queue, bool enabled)
{
struct knav_device *kdev = range->kdev;
Expand Down

0 comments on commit a68094c

Please sign in to comment.