From ed9d0b626e65ab653e5421083d8dcd59cacd1132 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sat, 15 Feb 2014 10:01:40 +0100 Subject: [PATCH] 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-format-patch failed