提交 305974fe 编写于 作者: K kbuild test robot 提交者: James Bottomley

aacraid: aac_src_intr_message() can be static

Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Acked-by: NMahesh Rajashekhara <Mahesh.Rajashekhara@pmcs.com>
Signed-off-by: NJames Bottomley <JBottomley@Odin.com>
上级 1eb88a5d
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
static int aac_src_get_sync_status(struct aac_dev *dev); static int aac_src_get_sync_status(struct aac_dev *dev);
irqreturn_t aac_src_intr_message(int irq, void *dev_id) static irqreturn_t aac_src_intr_message(int irq, void *dev_id)
{ {
struct aac_msix_ctx *ctx; struct aac_msix_ctx *ctx;
struct aac_dev *dev; struct aac_dev *dev;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册