git: 2fda8597116e - main - sound: Take dsp_cdevsw out of header file

From: Christos Margiolis <christos_at_FreeBSD.org>
Date: Mon, 10 Mar 2025 20:49:56 UTC
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);