Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | |
Geert Uytterhoeven | 52182c7 | 2013-05-17 14:01:24 +0200 | [diff] [blame] | 2 | #ifdef CONFIG_ZORRO_NAMES |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | extern void zorro_name_device(struct zorro_dev *z); |
Geert Uytterhoeven | 52182c7 | 2013-05-17 14:01:24 +0200 | [diff] [blame] | 4 | #else |
| 5 | static inline void zorro_name_device(struct zorro_dev *dev) { } |
| 6 | #endif |
| 7 | |
Dmitry Torokhov | 87e715d | 2017-02-14 12:24:09 -0800 | [diff] [blame] | 8 | extern const struct attribute_group *zorro_device_attribute_groups[]; |