git: 7f3770a0224d - stable/15 - linuxkpi: <asm/unaligned.h> is moved to <linux/unaligned.h> in Linux 6.12

From: Jean-Sébastien Pédron <dumbbell_at_FreeBSD.org>
Date: Wed, 29 Apr 2026 21:43:00 UTC
The branch stable/15 has been updated by dumbbell:

URL: https://cgit.FreeBSD.org/src/commit/?id=7f3770a0224df3c652d5f29223b11d599ef485ee

commit 7f3770a0224df3c652d5f29223b11d599ef485ee
Author:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
AuthorDate: 2026-04-14 12:29:53 +0000
Commit:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
CommitDate: 2026-04-29 21:03:51 +0000

    linuxkpi: <asm/unaligned.h> is moved to <linux/unaligned.h> in Linux 6.12
    
    Reviewed by:    bz
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 849e5b0b6167d7c819f6998fa3e67122af81d794)
---
 sys/compat/linuxkpi/common/include/linux/unaligned.h | 12 ++++++++++++
 sys/compat/linuxkpi/dummy/include/linux/unaligned.h  |  0
 2 files changed, 12 insertions(+)

diff --git a/sys/compat/linuxkpi/common/include/linux/unaligned.h b/sys/compat/linuxkpi/common/include/linux/unaligned.h
new file mode 100644
index 000000000000..5a59a4b36b4f
--- /dev/null
+++ b/sys/compat/linuxkpi/common/include/linux/unaligned.h
@@ -0,0 +1,12 @@
+/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2026 The FreeBSD Foundation
+ */
+
+#ifndef	_LINUXKPI_LINUX_UNALIGNED_H
+#define	_LINUXKPI_LINUX_UNALIGNED_H
+
+#include <asm/unaligned.h>
+
+#endif	/* _LINUXKPI_LINUX_UNALIGNED_H */
diff --git a/sys/compat/linuxkpi/dummy/include/linux/unaligned.h b/sys/compat/linuxkpi/dummy/include/linux/unaligned.h
deleted file mode 100644
index e69de29bb2d1..000000000000