kernel/drivers/usb/host/isp1362.h
.. .. @@ -11,7 +11,7 @@ 11 11 12 12 #define USE_32BIT 0 13 13 14 -/* These options are mutually eclusive */14 +/* These options are mutually exclusive */15 15 #define USE_PLATFORM_DELAY 0 16 16 #define USE_NDELAY 0 17 17 .. .. @@ -56,7 +56,7 @@ 56 56 #define ISP1362_REG_NO(r) (r) 57 57 58 58 #define ISP1362_REG(name, addr, width, rw) \ 59 -static isp1362_reg_t ISP1362_REG_##name = addr59 +static isp1362_reg_t __maybe_unused ISP1362_REG_##name = addr60 60 61 61 #define REG_ACCESS_TEST(r) do {} while (0) 62 62 #define REG_WIDTH_TEST(r, w) do {} while (0)