Changeset 679 for GPL/trunk/include/linux/init.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/init.h
r598 r679 1 1 #ifndef _LINUX_INIT_H 2 2 #define _LINUX_INIT_H 3 4 #include <asm/errno.h> 5 3 6 4 7 /* These macros are used to mark some functions or … … 140 143 /* subsys_initcall() wrapper */ 141 144 #define subsys_initcall(x) module_init(x) 142 145 #define __init 143 146 #endif /* _LINUX_INIT_H */
Note:
See TracChangeset
for help on using the changeset viewer.