From 8c1428dd6180464d2afce4ad36c337a10dc6abcf Mon Sep 17 00:00:00 2001 From: jsg Date: Fri, 7 Jun 2024 08:48:10 +0000 Subject: [PATCH] remove unused IPL_SOFTAUDIO define, missed in rev 1.200 --- sys/dev/audio.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/dev/audio.c b/sys/dev/audio.c index 3c3f3cf9e6b..d1847f1ef42 100644 --- a/sys/dev/audio.c +++ b/sys/dev/audio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: audio.c,v 1.206 2023/02/10 14:34:16 visa Exp $ */ +/* $OpenBSD: audio.c,v 1.207 2024/06/07 08:48:10 jsg Exp $ */ /* * Copyright (c) 2015 Alexandre Ratchov * @@ -48,8 +48,6 @@ #define DPRINTFN(n, ...) do {} while(0) #endif -#define IPL_SOFTAUDIO IPL_SOFTNET - #define DEVNAME(sc) ((sc)->dev.dv_xname) #define AUDIO_UNIT(n) (minor(n) & 0x0f) #define AUDIO_DEV(n) (minor(n) & 0xf0) -- 2.20.1