mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +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>
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);
|
|
|