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 <baimingcong@uniontech.com>
  • Loading branch information
MingcongBai committed Aug 27, 2024
1 parent e84126d commit 702a1b2
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 702a1b2

Please sign in to comment.