mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 17:55:05 +03:00
video: tegra: host: nvdla: fix sparse warning
Fix sparse warning: nvdla.c:40:1: warning: symbol 'attrs' was not declared. Should it be static? Bug 200088648 Change-Id: Ic83c46c938fe82d1e8cbdd7c7e2337b39580cc88 Signed-off-by: Shridhar Rasal <srasal@nvidia.com> Reviewed-on: http://git-master/r/1167423 Reviewed-by: Amit Sharma (SW-TEGRA) <amisharma@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
1dc4850403
commit
c1215d91b5
@@ -37,7 +37,7 @@
|
||||
#include "nvdla_ucode_interface.h"
|
||||
|
||||
#define DEBUG_BUFFER_SIZE 0x100
|
||||
DEFINE_DMA_ATTRS(attrs);
|
||||
static DEFINE_DMA_ATTRS(attrs);
|
||||
|
||||
/* data structure to keep device data */
|
||||
struct nvdla {
|
||||
|
||||
Reference in New Issue
Block a user