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 committed Nov 12, 2024
1 parent d660d9d commit 7f8eb88
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 7f8eb88

Please sign in to comment.