]> xenbits.xensource.com Git - xen.git/commitdiff
arm/alternative: Drop unused includes of asm/alternative.h
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sat, 19 Apr 2025 21:22:52 +0000 (22:22 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 1 May 2025 23:02:42 +0000 (00:02 +0100)
No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/arm64/cache.S
xen/arch/arm/domain.c

index 66ed85f7350388f736adbc74a5d481c5446163f6..c0a8ca163a47e1dd8207925fb3a935467d89c339 100644 (file)
@@ -19,8 +19,6 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <asm/alternative.h>
-
 /*
  * dcache_line_size - get the minimum D-cache line size from the CTR register.
  */
index dc4b4e84c1c33ab485e108d8a63a493e31a790d9..23cf8729f1d74af16a4baf7a09ef84aa06e06882 100644 (file)
@@ -12,7 +12,6 @@
 #include <xen/softirq.h>
 #include <xen/wait.h>
 
-#include <asm/alternative.h>
 #include <asm/arm64/sve.h>
 #include <asm/cpuerrata.h>
 #include <asm/cpufeature.h>