From nobody Wed Nov 19 09:58:26 2025 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4dBH431by4z6HS8m for ; Wed, 19 Nov 2025 09:58:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4dBH426fBPz3CCl for ; Wed, 19 Nov 2025 09:58:26 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1763546307; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=DQbuuAZKnY5QVIBo0gYrBCDvPy9OqxgTtRMCZ8AfHqA=; b=ypwZowlriYy0tJqSOnj07/G0qi2VgHEF8SfcpxxFo1rhTSEt4mKnmO/MKcyp9RAPEwD/F7 8ETTMWEoUx2HQjN+VVfIlC8HnpFGOzK30s0pBzQ/HGdW1K3Pocfk8++Kjz4ssaNCuqLFAb 0+X6kEDZWUo1y16upLOBn0GZGqKVWqpbF3Ez2a7dj4KJ4ozG/CEBjm3YWeHqbP2YM44xjf WwUIu3qr26dzic2DAjjO3jXCoofRVtkMalJRebFuReNkf3jyJsorxxbuuNubMTGjbgWzM5 gAz0cIDYq6WYhVYp+nmZWgdGsGYyI4fdIKUQ7kZG6RFOfh0BDw1HHuq1NHEK/Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1763546307; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=DQbuuAZKnY5QVIBo0gYrBCDvPy9OqxgTtRMCZ8AfHqA=; b=t3KQq+f8gLj7kWt8Hs/HOzGfw5PU7bm/2ukP9ilO2H5GKYv743v3/ZFUxY3a5zNZqC9urF yhAwQWipE+ueWsIeT2UQhXC4ebM+5mozXVy5gV3KUSmSza7Ej7YAp2xZJOdqDQnzpf2aJr 3zEXJ8EFtzuaQs3z2mbuGUpqrMQ1RwKwkgQ94eXem7/5sI+f+Bwrt39ZpFXzvLoWlEoTcF +FSkpb9q+KVqUi0nxFdncqnh/AnLTsuym29yJK3Rg4k9AvGwS65qIubyvAz47OlOGtajDH pruC7vKlE53WVxHi8SmfqDhCVD7282tIaiTxonxb6aoSnepeCihmcb1bMsEUcw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1763546307; a=rsa-sha256; cv=none; b=B0uVjTq9g8BgXvnQpwlIKgqOm1t+l1Uw51wX8vK1IgEQVANinPiRU8UZ+Xt6piKoDIgpCI iTv/E40gtQEABdBIElVu6/8YwAfC7Z1yAPBJg7kQyjV29uTfNpf4ZtDV009SJBuwNvc7NA RkrjLPELfQiqMOviVcDKgAMbZyY2pjW4PeUT5+edCpi3AqnXCN21QJowLOJwVdJyYl2B8/ 3M8Gciz1Jp9ZSy44Dsh7UvbhJqEaowBnhsMY06h4DkejXfN+TRjiSPCK0Z1nuO+2OS6v3e VGRonc+peUOw2cAi4qIEiVZFMp5WyY2nrYq2ud1C/OVEb1pEF635lusUfpsVQQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4dBH426BzFzb9t for ; Wed, 19 Nov 2025 09:58:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3b178 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 19 Nov 2025 09:58:26 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Christos Margiolis Subject: git: cff21ddcb756 - stable/15 - sound: Remove KOBJMETHOD_END re-definitions List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: christos X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: cff21ddcb7566fc0e964332ae03136e0a4861036 Auto-Submitted: auto-generated Date: Wed, 19 Nov 2025 09:58:26 +0000 Message-Id: <691d94c2.3b178.64eb22b7@gitrepo.freebsd.org> The branch stable/15 has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=cff21ddcb7566fc0e964332ae03136e0a4861036 commit cff21ddcb7566fc0e964332ae03136e0a4861036 Author: Christos Margiolis AuthorDate: 2025-11-12 20:30:58 +0000 Commit: Christos Margiolis CommitDate: 2025-11-19 09:57:51 +0000 sound: Remove KOBJMETHOD_END re-definitions No functional change intended. Sponsored by: The FreeBSD Foundation MFC after: 1 week Reviewed by: markj, emaste Differential Revision: https://reviews.freebsd.org/D53696 (cherry picked from commit 4c05ff1d5ad206d6074151f747a1dd272487555c) --- sys/dev/sound/midi/midi.c | 4 ---- sys/dev/sound/midi/mpu401.c | 4 ---- sys/dev/sound/pcm/sound.h | 4 ---- 3 files changed, 12 deletions(-) diff --git a/sys/dev/sound/midi/midi.c b/sys/dev/sound/midi/midi.c index 6753f864ba9c..eed7ce89a919 100644 --- a/sys/dev/sound/midi/midi.c +++ b/sys/dev/sound/midi/midi.c @@ -62,10 +62,6 @@ #include MALLOC_DEFINE(M_MIDI, "midi buffers", "Midi data allocation area"); -#ifndef KOBJMETHOD_END -#define KOBJMETHOD_END { NULL, NULL } -#endif - #define MIDI_DEV_MIDICTL 12 enum midi_states { diff --git a/sys/dev/sound/midi/mpu401.c b/sys/dev/sound/midi/mpu401.c index 224ebb1b01f4..af3149ec8180 100644 --- a/sys/dev/sound/midi/mpu401.c +++ b/sys/dev/sound/midi/mpu401.c @@ -49,10 +49,6 @@ #include "mpu_if.h" #include "mpufoi_if.h" -#ifndef KOBJMETHOD_END -#define KOBJMETHOD_END { NULL, NULL } -#endif - #define MPU_DATAPORT 0 #define MPU_CMDPORT 1 #define MPU_STATPORT 1 diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index 75fb57e33733..c5107d5fba1c 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -76,10 +76,6 @@ #include #include -#ifndef KOBJMETHOD_END -#define KOBJMETHOD_END { NULL, NULL } -#endif - struct pcm_channel; struct pcm_feeder; struct snd_dbuf;