ASoC: intel: Remove unused variable hsw
authorTakashi Iwai <tiwai@suse.de>
Mon, 8 Jun 2015 19:04:24 +0000 (21:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 8 Jun 2015 19:04:24 +0000 (21:04 +0200)
commit01ec65c812ef829c815d2f37a97cc4eb7925f8ae
tree8d39d98f1693385c162c62c0e82740829d4a7e7f
parent8ffc57093bb1c270050f4229b5afd38ee8cef2bd
ASoC: intel: Remove unused variable hsw

The recent fix left a variable declaration without usage.
  sound/soc/intel/haswell/sst-haswell-pcm.c:1349:18: warning: unused variable ‘hsw’ [-Wunused-variable]

Fixes: edd8ed496b98 ('ASoC: Intel: handle haswell pcm suspend including runtime modules freeing')
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/intel/haswell/sst-haswell-pcm.c