Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2023 17:49:26 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e39c9231e9d9 - stable/13 - powerpc/ata: Remove non-standard __FBSDID()
Message-ID:  <202308231749.37NHnQ9L040361@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp:

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

commit e39c9231e9d9d6643a52ba72fdba9833660a2042
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-08-16 07:42:59 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-08-23 17:43:19 +0000

    powerpc/ata: Remove non-standard __FBSDID()
    
    This one has an extra '* ' at the front, so isn't picked up by the
    scripts
    
    Sponsored by:           Netflix
    
    (cherry picked from commit 77a999ef2f0c3003822ef2085752a4373f3af148)
---
 sys/powerpc/powermac/ata_dbdma.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys/powerpc/powermac/ata_dbdma.c b/sys/powerpc/powermac/ata_dbdma.c
index f2484bc0ae0f..4dac1b1196a6 100644
--- a/sys/powerpc/powermac/ata_dbdma.c
+++ b/sys/powerpc/powermac/ata_dbdma.c
@@ -27,9 +27,6 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/cdefs.h>
-__FBSDID("* $FreeBSD$");
-
 /*
  * Common routines for the DMA engine on both the Apple Kauai and MacIO
  * ATA controllers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308231749.37NHnQ9L040361>