]> git.karo-electronics.de Git - karo-tx-linux.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)
commit1b50f5f392e31ab41a272ed3b438f603c09be3f0
treede611bade7e2c2937ccbce6c1a20108975597511
parent3d93576e3442a2becb91290d62f1c105fec1150c
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