]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: queue: rename mmc_request function
authorVenkatraman S <svenkatr@ti.com>
Fri, 13 Apr 2012 12:24:11 +0000 (17:54 +0530)
committerChris Ball <cjb@laptop.org>
Wed, 9 May 2012 14:08:54 +0000 (10:08 -0400)
commit592356d804643f5fda98b271329b816a16ca394b
treede611bade7e2c2937ccbce6c1a20108975597511
parent18bc8b30f64e2b2c9d41d9129b6ec3e74272fc94
mmc: queue: rename mmc_request function

The name mmc_request is used for both the issue function
and a data structure, which creates conflicts in symbol lookups
in editors. Rename the function to mmc_request_fn.

Signed-off-by: Venkatraman S <svenkatr@ti.com>
Reviewed-by: Namjae Jeon <linkinjeon@gmail.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/card/queue.c