Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2025 20:49:56 GMT
From:      Christos Margiolis <christos@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2fda8597116e - main - sound: Take dsp_cdevsw out of header file
Message-ID:  <202503102049.52AKnuRD083645@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=2fda8597116e760c32f07af43d260041f975b650

commit 2fda8597116e760c32f07af43d260041f975b650
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-03-10 20:47:28 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2025-03-10 20:47:28 +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
---
 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?202503102049.52AKnuRD083645>