arm: remove volatile from set_gd prototype
authorRasmus Villemoes <ravi@prevas.dk>
Wed, 4 Jun 2025 19:56:11 +0000 (21:56 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 13 Jun 2025 22:57:15 +0000 (16:57 -0600)
commitce55643546a59c05d6c4b181c2b490b6db7ba1f5
tree46b33d666a4ece4a76e73644150074ef679fcd98
parentabe705be4751dfd5ae2ed0c24971cd4417f645ad
arm: remove volatile from set_gd prototype

The global gd pointer is no longer volatile-qualified. Callers of this
helper function have been updated to no longer use volatile-qualifed
temporary variables, so update the prototype accordingly.

Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
arch/arm/include/asm/global_data.h