diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2023-09-25 14:50:11 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2023-10-24 18:13:18 +0000 |
| commit | 8cc22227ffdf98a49c6761431e493146fbeabf87 (patch) | |
| tree | a1b6bb3d0646682763d2a12846298984829a4009 /tools | |
| parent | a94d45499f9f6eec6bf04dac55cf5f2720df6509 (diff) | |
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/drm/radeon/mkregtable/mkregtable.c | 5 |
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++) { |
