diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 07:42:59 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-23 17:43:19 +0000 |
commit | e39c9231e9d9d6643a52ba72fdba9833660a2042 (patch) | |
tree | 9d27e819f26343d5442ba842cd72eb961373f060 /sys/powerpc/powermac | |
parent | 65dd4fceb3fda43e0bb133ad9d021c9f06498bac (diff) |
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)
Diffstat (limited to 'sys/powerpc/powermac')
-rw-r--r-- | sys/powerpc/powermac/ata_dbdma.c | 3 |
1 files changed, 0 insertions, 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. |