From 21e9c53ffdce89a0a78a38f3134f819a64ead26f Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 25 Jul 2024 11:00:49 -0600 Subject: [PATCH] freebsd: compiler.h drop $FreeBSD$ FreeBSD dropped $FreeBSD$, drop it here too. This file likely needs to be synced to FreeBSD's linuxkpi where it was derived from a while ago... Sponsored-by: Netflix Signed-off-by: Warner Losh --- include/os/freebsd/linux/compiler.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/os/freebsd/linux/compiler.h b/include/os/freebsd/linux/compiler.h index 6d1beca5a8..bccdf05d09 100644 --- a/include/os/freebsd/linux/compiler.h +++ b/include/os/freebsd/linux/compiler.h @@ -26,8 +26,6 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef _LINUX_COMPILER_H_ #define _LINUX_COMPILER_H_