mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +03:00
nvadsp: fix compilation warning.
This patch fixes following warning, warning: symbol 'nvadsp_tegra_adma_dump_ch_reg' was not declared Bug 200299572 Change-Id: I6d4b06b73d7d8928a08c975c305bf76d8ac58568 Signed-off-by: Sameer Pujar <spujar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1572940 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Sachin Nikam <snikam@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
02f9bb7fd0
commit
c6fc11080f
@@ -142,7 +142,7 @@ static irqreturn_t adsp_wfi_handler(int irq, void *arg);
|
||||
* set by adsp audio driver through exported api nvadsp_set_adma_dump_reg
|
||||
* used to dump adma registers incase of failures for debug
|
||||
*/
|
||||
void (*nvadsp_tegra_adma_dump_ch_reg)(void) = NULL;
|
||||
static void (*nvadsp_tegra_adma_dump_ch_reg)(void);
|
||||
|
||||
#ifdef CONFIG_DEBUG_FS
|
||||
static int adsp_logger_open(struct inode *inode, struct file *file)
|
||||
|
||||
Reference in New Issue
Block a user