usb: gadget: webcam: Make g_webcam loadable again
[platform/kernel/linux-starfive.git] / block / blk-throttle.h
index d1ccbfe..bffbc9c 100644 (file)
@@ -127,8 +127,8 @@ struct throtl_grp {
         * bytes/ios are waited already in previous configuration, and they will
         * be used to calculate wait time under new configuration.
         */
-       uint64_t carryover_bytes[2];
-       unsigned int carryover_ios[2];
+       long long carryover_bytes[2];
+       int carryover_ios[2];
 
        unsigned long last_check_time;