mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-18 01:23:36 -04:00
warning: ignoring return value of 'device_register', declared with attribute warn_unused_result warning: ignoring return value of 'device_create_file', declared with attribute warn_unused_result Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
4 lines
116 B
C
4 lines
116 B
C
|
|
extern void zorro_name_device(struct zorro_dev *z);
|
|
extern int zorro_create_sysfs_dev_files(struct zorro_dev *z);
|
|
|