Skip to content

Commit

Permalink
sound: hda: hda_phytium: fix build on >= 6.7
Browse files Browse the repository at this point in the history
Add missing include for <linux/platform_device.h>.

Signed-off-by: Mingcong Bai <[email protected]>
  • Loading branch information
MingcongBai authored and Avenger-285714 committed Dec 11, 2024
1 parent 746a554 commit 0d6fb63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/hda_phytium.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <linux/acpi.h>
#include <linux/dma-map-ops.h>
#include <sound/hda_codec.h>
#include <linux/platform_device.h>
#include "hda_controller.h"
#include "hda_phytium.h"

Expand Down

0 comments on commit 0d6fb63

Please sign in to comment.