From: Fabian Frederick Date: Thu, 17 Apr 2014 19:41:16 +0000 (+0200) Subject: block/blk-throttle.c: add static to blk_throtl_dispatch_work_fn X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8876e140ec7b9c57ab5a5dc39b7bb9815f96e3f5;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git block/blk-throttle.c: add static to blk_throtl_dispatch_work_fn blk_throtl_dispatch_work_fn is only used in blk-throttle.c Cc: Jens Axboe Cc: Andrew Morton Signed-off-by: Fabian Frederick Signed-off-by: Jens Axboe --- diff --git a/block/blk-throttle.c b/block/blk-throttle.c index 033745cd7fba..680a0cc116dd 100644 --- a/block/blk-throttle.c +++ b/block/blk-throttle.c @@ -1258,7 +1258,7 @@ out_unlock: * of throtl_data->service_queue. Those bio's are ready and issued by this * function. */ -void blk_throtl_dispatch_work_fn(struct work_struct *work) +static void blk_throtl_dispatch_work_fn(struct work_struct *work) { struct throtl_data *td = container_of(work, struct throtl_data, dispatch_work);