Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2025 18:36:52 GMT
From:      Christos Margiolis <christos@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 42889e8e2f1a - stable/14 - sound: Take dsp_cdevsw out of header file
Message-ID:  <202503171836.52HIaqWf013224@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by christos:

URL: https://cgit.FreeBSD.org/src/commit/?id=42889e8e2f1a6d0892923ab87ea59f3cf6ec9a48

commit 42889e8e2f1a6d0892923ab87ea59f3cf6ec9a48
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-03-10 20:47:28 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2025-03-17 18:28:54 +0000

    sound: Take dsp_cdevsw out of header file
    
    Not used outside of pcm/dsp.c.
    
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
    Reviewed by:    imp, markj
    Differential Revision:  https://reviews.freebsd.org/D49217
    
    (cherry picked from commit 2fda8597116e760c32f07af43d260041f975b650)
---
 sys/dev/sound/pcm/dsp.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/dev/sound/pcm/dsp.h b/sys/dev/sound/pcm/dsp.h
index 1eab42ca91c8..8a4f5f869acc 100644
--- a/sys/dev/sound/pcm/dsp.h
+++ b/sys/dev/sound/pcm/dsp.h
@@ -31,8 +31,6 @@
 #ifndef _PCMDSP_H_
 #define _PCMDSP_H_
 
-extern struct cdevsw dsp_cdevsw;
-
 int dsp_make_dev(device_t);
 void dsp_destroy_dev(device_t);
 int dsp_oss_audioinfo(struct cdev *, oss_audioinfo *, bool);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503171836.52HIaqWf013224>