isound: soc: tegra-alt: remove static storage class from definition

Fixed the following sparse warning:
- warning: useless storage class specifier in empty declaration

Instance variable may be a static, but the definition doesn't need
the static storage specifier attached to it.

Bug 200088648

Change-Id: Id709a1d205987d19d8c415a18c03b8e24eb9d7b8
Signed-off-by: Amit Sharma (SW-TEGRA) <amisharma@nvidia.com>
Reviewed-on: http://git-master/r/799165
GVS: Gerrit_Virtual_Submit
Reviewed-by: Dipesh Gandhi <dipeshg@nvidia.com>
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
This commit is contained in:
Amit Sharma (SW-TEGRA)
2015-09-15 10:16:55 +05:30
committed by Sameer Pujar
parent e68d6bd942
commit e87333c909

View File

@@ -62,7 +62,7 @@
{ ASRC_STREAM_REG(TEGRA186_ASRC_STREAM1_OUTSAMPLEBUF_CONFIG, id), 0x64} { ASRC_STREAM_REG(TEGRA186_ASRC_STREAM1_OUTSAMPLEBUF_CONFIG, id), 0x64}
static struct device *asrc_dev; static struct device *asrc_dev;
static struct asrc_task_desc { struct asrc_task_desc {
int stream_id; int stream_id;
enum task_event event; enum task_event event;
int action; int action;