ARM: rockchip: rk3228: add grf definition
[firefly-linux-kernel-4.4.55.git] / include / linux / hidraw.h
index 2451662c728a7881e5d7d42fe02d17c15ce86914..ddf52612eed85dffed82a0d1993892ba848dc38b 100644 (file)
@@ -23,6 +23,7 @@ struct hidraw {
        wait_queue_head_t wait;
        struct hid_device *hid;
        struct device *dev;
+       spinlock_t list_lock;
        struct list_head list;
 };