git: 71b9b8d34bb7 - stable/14 - arm: Remove stray references to dev/sound/chip.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 May 2024 19:31:12 UTC
The branch stable/14 has been updated by christos:
URL: https://cgit.FreeBSD.org/src/commit/?id=71b9b8d34bb7c50179035be0297725210862e43c
commit 71b9b8d34bb7c50179035be0297725210862e43c
Author: Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2024-05-06 19:35:30 +0000
Commit: Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2024-05-17 19:30:36 +0000
arm: Remove stray references to dev/sound/chip.h
Fixes: 923e0040a59a ("sound: Move chip.h contents to pcm/sound.h")
Reported by: Jenkins CI
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
(cherry picked from commit a3513995f549e2e649b89a1fecbfb351d9825bac)
---
sys/arm/allwinner/a10_codec.c | 1 -
sys/arm/broadcom/bcm2835/bcm2835_audio.c | 1 -
sys/arm/freescale/imx/imx6_ssi.c | 1 -
sys/arm/freescale/vybrid/vf_sai.c | 1 -
4 files changed, 4 deletions(-)
diff --git a/sys/arm/allwinner/a10_codec.c b/sys/arm/allwinner/a10_codec.c
index 05fb25d9b02d..036de684b788 100644
--- a/sys/arm/allwinner/a10_codec.c
+++ b/sys/arm/allwinner/a10_codec.c
@@ -41,7 +41,6 @@
#include <machine/bus.h>
#include <dev/sound/pcm/sound.h>
-#include <dev/sound/chip.h>
#include <dev/ofw/ofw_bus.h>
#include <dev/ofw/ofw_bus_subr.h>
diff --git a/sys/arm/broadcom/bcm2835/bcm2835_audio.c b/sys/arm/broadcom/bcm2835/bcm2835_audio.c
index e0f525fa9520..75a0c81f29a1 100644
--- a/sys/arm/broadcom/bcm2835/bcm2835_audio.c
+++ b/sys/arm/broadcom/bcm2835/bcm2835_audio.c
@@ -28,7 +28,6 @@
#endif
#include <dev/sound/pcm/sound.h>
-#include <dev/sound/chip.h>
#include "mixer_if.h"
diff --git a/sys/arm/freescale/imx/imx6_ssi.c b/sys/arm/freescale/imx/imx6_ssi.c
index 931a2b677eae..6b23334a4e97 100644
--- a/sys/arm/freescale/imx/imx6_ssi.c
+++ b/sys/arm/freescale/imx/imx6_ssi.c
@@ -43,7 +43,6 @@
#include <sys/timetc.h>
#include <dev/sound/pcm/sound.h>
-#include <dev/sound/chip.h>
#include <mixer_if.h>
#include <dev/ofw/openfirm.h>
diff --git a/sys/arm/freescale/vybrid/vf_sai.c b/sys/arm/freescale/vybrid/vf_sai.c
index 5336dfc6dd57..3b3a120df4e1 100644
--- a/sys/arm/freescale/vybrid/vf_sai.c
+++ b/sys/arm/freescale/vybrid/vf_sai.c
@@ -44,7 +44,6 @@
#include <sys/watchdog.h>
#include <dev/sound/pcm/sound.h>
-#include <dev/sound/chip.h>
#include <mixer_if.h>
#include <dev/ofw/openfirm.h>