Release 4.11 drivers/zorro/zorro.h
#ifdef CONFIG_ZORRO_NAMES
extern void zorro_name_device(struct zorro_dev *z);
#else
static inline void zorro_name_device(struct zorro_dev *dev) { }
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Geert Uytterhoeven | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
#endif
extern int zorro_create_sysfs_dev_files(struct zorro_dev *z);
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Andrew Morton | 19 | 50.00% | 1 | 33.33% |
Geert Uytterhoeven | 19 | 50.00% | 2 | 66.67% |
Total | 38 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.