From: Takashi Iwai Date: Sat, 15 Feb 2014 09:01:40 +0000 (+0100) Subject: ALSA: hda - Remove dependency on bus->pci in hda_beep.c X-Git-Tag: v3.15-rc1~142^2~3^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed9d0b626e65ab653e5421083d8dcd59cacd1132;p=pandora-kernel.git ALSA: hda - Remove dependency on bus->pci in hda_beep.c The default parent device can be obtained directly via card object, so we don't need to rely on pci->dev.parent. Since there is no access to pci_dev, we can reduce the inclusion of linux/pci.h, too. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed