make elv_try_merge() static, kill the dead declaration of
[deliverable/linux.git] / block / elevator.c
index 39dcccc82ada5b71e3105a8b7e9d8389fc9000b6..99a4d7b2f8ad335079ae1eebeab71136f20acc35 100644 (file)
@@ -64,7 +64,7 @@ inline int elv_rq_merge_ok(struct request *rq, struct bio *bio)
 }
 EXPORT_SYMBOL(elv_rq_merge_ok);
 
-inline int elv_try_merge(struct request *__rq, struct bio *bio)
+static inline int elv_try_merge(struct request *__rq, struct bio *bio)
 {
        int ret = ELEVATOR_NO_MERGE;
 
@@ -80,7 +80,6 @@ inline int elv_try_merge(struct request *__rq, struct bio *bio)
 
        return ret;
 }
-EXPORT_SYMBOL(elv_try_merge);
 
 static struct elevator_type *elevator_find(const char *name)
 {
This page took 0.035832 seconds and 5 git commands to generate.