[PATCH] Remove obsolete reference to dt_prov_rawfbt.c
[email protected] Fri, 16 Jan 2026 14:32:28 -0500
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
From: Eugene Loh <[email protected]> In commit 0b7c5a6327 ("fbt, rawfbt: consolidate code to avoid duplication"), the file dt_prov_rawfbt.c was removed. Remove the remaining reference to this file. Signed-off-by: Eugene Loh <[email protected]> --- libdtrace/Build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libdtrace/Build b/libdtrace/Build index 90613e9d7..3a6c04664 100644 --- a/libdtrace/Build +++ b/libdtrace/Build @@ -1,5 +1,5 @@ # Oracle Linux DTrace. -# Copyright (c) 2011, 2025, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2026, Oracle and/or its affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at # http://oss.oracle.com/licenses/upl. @@ -115,7 +115,6 @@ dt_prov_ip.c_CFLAGS := -Wno-pedantic dt_prov_lockstat.c_CFLAGS := -Wno-pedantic dt_prov_proc.c_CFLAGS := -Wno-pedantic dt_prov_profile.c_CFLAGS := -Wno-pedantic -dt_prov_rawfbt.c_CFLAGS := -Wno-pedantic dt_prov_rawtp.c_CFLAGS := -Wno-pedantic dt_prov_sched.c_CFLAGS := -Wno-pedantic dt_prov_sdt.c_CFLAGS := -Wno-pedantic -- 2.47.3