aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-12-18 08:04:24 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-12-18 08:04:24 -0800
commit3c615e19a4c518e349cc81a7f43223c7ec5f9e9a (patch)
tree45326cb0f8b8b67d2e8123151e5c8c34d28b1587 /include
parentMerge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 (diff)
parentCleanup umem driver: fix most checkpatch warnings, conform to kernel (diff)
downloadlinux-dev-3c615e19a4c518e349cc81a7f43223c7ec5f9e9a.tar.xz
linux-dev-3c615e19a4c518e349cc81a7f43223c7ec5f9e9a.zip
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
* 'for-linus' of git://git.kernel.dk/linux-2.6-block: Cleanup umem driver: fix most checkpatch warnings, conform to kernel block: let elv_register() return void as-iosched: fix write batch start point as-iosched: fix incorrect comments block: use jiffies conversion functions in scsi_ioctl.c
Diffstat (limited to 'include')
-rw-r--r--include/linux/elevator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/elevator.h b/include/linux/elevator.h
index e8f42133a616..639624b55fbe 100644
--- a/include/linux/elevator.h
+++ b/include/linux/elevator.h
@@ -119,7 +119,7 @@ extern void elv_put_request(struct request_queue *, struct request *);
/*
* io scheduler registration
*/
-extern int elv_register(struct elevator_type *);
+extern void elv_register(struct elevator_type *);
extern void elv_unregister(struct elevator_type *);
/*