forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/powerpc/include/asm/local.h
....@@ -17,7 +17,7 @@
1717
1818 #define LOCAL_INIT(i) { (i) }
1919
20
-static __inline__ long local_read(local_t *l)
20
+static __inline__ long local_read(const local_t *l)
2121 {
2222 return READ_ONCE(l->v);
2323 }