Release 4.12 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 const struct attribute_group *zorro_device_attribute_groups[];
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Geert Uytterhoeven | 18 | 50.00% | 1 | 33.33% |
Andrew Morton | 13 | 36.11% | 1 | 33.33% |
Dmitry Torokhov | 5 | 13.89% | 1 | 33.33% |
Total | 36 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.