From: Takashi Iwai <tiwai@suse.de>
Subject: Fix kABI breakage for addition of snd_hda_bus.no_response_fallback
Patch-mainline: Never
References: bnc#823597

Introduced by patches.drivers/alsa-sp3-0006-Don-t-take-unresponsive-D3-transition

Signed-off-by: Takashi Iwai <tiwai@suse.de>

---
 sound/pci/hda/hda_codec.h |    2 ++
 1 file changed, 2 insertions(+)

--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -682,7 +682,9 @@ struct hda_bus {
 	unsigned int response_reset:1;	/* controller was reset */
 	unsigned int in_reset:1;	/* during reset operation */
 	unsigned int power_keep_link_on:1; /* don't power off HDA link */
+#ifndef __GENKSYMS__
 	unsigned int no_response_fallback:1; /* don't fallback at RIRB error */
+#endif
 };
 
 /*
