aboutsummaryrefslogtreecommitdiff
path: root/drivers/zorro/zorro.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2008-12-30 14:21:19 +0100
committerGeert Uytterhoeven <geert@linux-m68k.org>2009-01-12 20:56:41 +0100
commit11a8b2c5cde1377c716087df0866d7dc5a6d5d10 (patch)
tree972ab42adaad4c13dbb43af37b0a61fa2c18d759 /drivers/zorro/zorro.h
parent2e4c77bea3d8b17d94f8ee382411f359b708560f (diff)
m68k: zorro - Kill warn_unused_result warnings
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>
Diffstat (limited to 'drivers/zorro/zorro.h')
-rw-r--r--drivers/zorro/zorro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/zorro/zorro.h b/drivers/zorro/zorro.h
index 5c91adac4df..b682d5ccd63 100644
--- a/drivers/zorro/zorro.h
+++ b/drivers/zorro/zorro.h
@@ -1,4 +1,4 @@
extern void zorro_name_device(struct zorro_dev *z);
-extern void zorro_create_sysfs_dev_files(struct zorro_dev *z);
+extern int zorro_create_sysfs_dev_files(struct zorro_dev *z);