From: Heiko Carstens Date: Wed, 6 Feb 2013 16:24:00 +0000 (+0100) Subject: ALSA: add missing HAS_IOPORT and GENERIC_HARDIRQS dependencies X-Git-Tag: v3.9-rc1~129^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=262d62eb55e105b6335ec0e9ba89f6ec7247cb48;p=pandora-kernel.git ALSA: add missing HAS_IOPORT and GENERIC_HARDIRQS dependencies Fix these two compile errors on s390 which does not have HAS_IOPORT nor GENERIC_HARDIRQS: sound/pci/lx6464es/lx6464es.c: In function ‘snd_lx6464es_free’: sound/pci/lx6464es/lx6464es.c:565:2: error: implicit declaration of function ‘ioport_unmap’ sound/soc/codecs/wm8903.c: In function ‘wm8903_set_pdata_irq_trigger’: sound/soc/codecs/wm8903.c:1954:9: error: implicit declaration of function ‘irq_get_irq_data’ Signed-off-by: Heiko Carstens Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed