forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/usb/host/isp1362.h
....@@ -11,7 +11,7 @@
1111
1212 #define USE_32BIT 0
1313
14
-/* These options are mutually eclusive */
14
+/* These options are mutually exclusive */
1515 #define USE_PLATFORM_DELAY 0
1616 #define USE_NDELAY 0
1717
....@@ -56,7 +56,7 @@
5656 #define ISP1362_REG_NO(r) (r)
5757
5858 #define ISP1362_REG(name, addr, width, rw) \
59
-static isp1362_reg_t ISP1362_REG_##name = addr
59
+static isp1362_reg_t __maybe_unused ISP1362_REG_##name = addr
6060
6161 #define REG_ACCESS_TEST(r) do {} while (0)
6262 #define REG_WIDTH_TEST(r, w) do {} while (0)