mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
11a8b2c5cd
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>
5 lines
116 B
C
5 lines
116 B
C
|
|
extern void zorro_name_device(struct zorro_dev *z);
|
|
extern int zorro_create_sysfs_dev_files(struct zorro_dev *z);
|
|
|