aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/ac97_patch.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:53:59 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:53:59 +0000
commit82a265ad9bad315000a2d60b853c4669f1600cd0 (patch)
tree7ec7f5de523b4335912f5cfc78618e3b405d02a7 /sys/dev/sound/pcm/ac97_patch.c
parentd5af300a69f10e2cf9f1c03a317b7b49115927ed (diff)
downloadsrc-82a265ad9bad315000a2d60b853c4669f1600cd0.tar.gz
src-82a265ad9bad315000a2d60b853c4669f1600cd0.zip
sys: Remove $FreeBSD$: sound driver version
Remove /SND_DECLARE_FILE\("\$FreeBSD\$"\);/
Diffstat (limited to 'sys/dev/sound/pcm/ac97_patch.c')
-rw-r--r--sys/dev/sound/pcm/ac97_patch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/ac97_patch.c b/sys/dev/sound/pcm/ac97_patch.c
index f1a358b50958..aff8075fe96c 100644
--- a/sys/dev/sound/pcm/ac97_patch.c
+++ b/sys/dev/sound/pcm/ac97_patch.c
@@ -34,7 +34,7 @@
#include <dev/sound/pcm/ac97.h>
#include <dev/sound/pcm/ac97_patch.h>
-SND_DECLARE_FILE("$FreeBSD$");
+SND_DECLARE_FILE("");
void ad1886_patch(struct ac97_info* codec)
{