rk3368 ddr: add configure ddr timing function
[firefly-linux-kernel-4.4.55.git] / include / linux / rwsem-spinlock.h
index 34701241b67395bd58f7a4b262b6dcceb0e4f74f..d5b13bc07a0b7823795c2b94c4a798b6dae01aa8 100644 (file)
@@ -22,7 +22,7 @@
  */
 struct rw_semaphore {
        __s32                   activity;
-       spinlock_t              wait_lock;
+       raw_spinlock_t          wait_lock;
        struct list_head        wait_list;
 #ifdef CONFIG_DEBUG_LOCK_ALLOC
        struct lockdep_map dep_map;