Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2023 07:47:36 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 77a999ef2f0c - main - powerpc/ata: Remove non-standard __FBSDID()
Message-ID:  <202308160747.37G7la8T043217@gitrepo.freebsd.org>

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

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

commit 77a999ef2f0c3003822ef2085752a4373f3af148
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-08-16 07:42:59 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-08-16 07:46:47 +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
---
 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 65e99e57f68a..ae5a35e60577 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?202308160747.37G7la8T043217>