Changeset 703 for GPL/trunk/include/linux
- Timestamp:
- Sep 26, 2021, 6:18:40 PM (4 years ago)
- Location:
- GPL/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-next merged: 696-702
- Property svn:mergeinfo changed
-
GPL/trunk/include/linux/dma-mapping.h
r679 r703 100 100 #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) 101 101 102 extern struct dma_map_ops *dma_ops;102 //extern struct dma_map_ops *dma_ops; 103 103 104 104 static inline struct dma_map_ops *get_dma_ops(struct device *dev) -
GPL/trunk/include/linux/wait.h
r679 r703 131 131 #endif /* __KERNEL__ */ 132 132 #define wait_event_lock_irq(wq_head, condition, lock) 133 #define wait_event(wq_head, condition) 133 134 #define wake_up_all(x) 134 135 #endif
Note:
See TracChangeset
for help on using the changeset viewer.