提交 a68094c6 编写于 作者: M Murali Karicheri 提交者: Santosh Shilimkar

soc: ti: knav_qmss_queue: change knav_range_setup_acc_irq to static

knav_range_setup_acc_irq() is used only within the file and should
be defined as static.
Signed-off-by: NMurali Karicheri <m-karicheri2@ti.com>
Signed-off-by: NSantosh Shilimkar <ssantosh@kernel.org>
上级 df351f1e
...@@ -209,7 +209,7 @@ static irqreturn_t knav_acc_int_handler(int irq, void *_instdata) ...@@ -209,7 +209,7 @@ static irqreturn_t knav_acc_int_handler(int irq, void *_instdata)
return IRQ_HANDLED; 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) int queue, bool enabled)
{ {
struct knav_device *kdev = range->kdev; struct knav_device *kdev = range->kdev;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册