Ignore:
Timestamp:
Jan 1, 2021, 5:31:48 AM (5 years ago)
Author:
Paul Smedley
Message:

Add source for uniaud32 based on code from linux kernel 5.4.86

Location:
GPL/branches/uniaud32-next
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/include/linux/lockdep.h

    r442 r615  
    1212#define spin_lock_nested(lock, x)               spin_lock(lock)
    1313#define spin_lock_irqsave_nested(lock, f, x)    spin_lock_irqsave(lock, f)
    14 
    15 
     14#define lockdep_set_novalidate_class(lock) do { } while (0)
     15# define lockdep_set_class_and_name(lock, key, name) \
     16                do { (void)(key); (void)(name); } while (0)
     17struct lock_class_key {int not_used; };
    1618#endif /* __LINUX_LOCKDEP_H */
Note: See TracChangeset for help on using the changeset viewer.