aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-09-25 14:50:11 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-10-24 18:13:18 +0000
commit8cc22227ffdf98a49c6761431e493146fbeabf87 (patch)
treea1b6bb3d0646682763d2a12846298984829a4009 /tools
parenta94d45499f9f6eec6bf04dac55cf5f2720df6509 (diff)
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/drm/radeon/mkregtable/mkregtable.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/tools/drm/radeon/mkregtable/mkregtable.c b/tools/tools/drm/radeon/mkregtable/mkregtable.c
index e0b94561f5cd..e39264fbcd2b 100644
--- a/tools/tools/drm/radeon/mkregtable/mkregtable.c
+++ b/tools/tools/drm/radeon/mkregtable/mkregtable.c
@@ -593,11 +593,6 @@ static void table_print(struct table *t)
nlloop = (t->nentry + 3) / 4;
c = t->nentry;
- printf(
- "#include <sys/cdefs.h>\n"
- "__FBSDID(\"$" "FreeBSD" "$\");\n"
- "\n"
- );
printf("static const unsigned %s_reg_safe_bm[%d] = {\n", t->gpu_prefix,
t->nentry);
for (i = 0, id = 0; i < nlloop; i++) {