Changeset 679 for GPL/trunk/include/linux/interrupt.h
- Timestamp:
- Mar 18, 2021, 8:57:36 PM (4 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-linux-3.2.102 (added) merged: 611-614 /GPL/branches/uniaud32-next (added) merged: 615-678
- Property svn:mergeinfo changed
-
GPL/trunk/include/linux/interrupt.h
r441 r679 4 4 5 5 #include <linux/kernel.h> 6 //#include <asm/bitops.h>6 #include <linux/bitops.h> 7 7 #include <asm/atomic.h> 8 #include <asm/hardirq.h> 9 #include <linux/workqueue.h> 8 10 9 11 /* … … 151 153 unsigned long, const char *, void *); 152 154 155 static inline void devm_free_irq(struct device *dev, unsigned int irq, void *dev_id) {} 153 156 #endif
Note:
See TracChangeset
for help on using the changeset viewer.