commit | c9e759181a30b2f0f5f603fd8c1128955dc39ad1 | [log] [tgz] |
---|---|---|
author | Pantelis Antoniou <panto@antoniou-consulting.com> | Wed Feb 26 19:28:45 2014 +0200 |
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | Mon Mar 24 11:32:10 2014 +0200 |
tree | 27d83f7ebf9da92a3ad1015cf736b7796e6ab76d | |
parent | 84640e82ea5145b1e0077770bfe826368181b788 [diff] |
mmc: Remove ops from struct mmc and put in mmc_ops Remove the in-structure ops and put them in mmc_ops with a constant pointer to it. This makes the mmc structure smaller as well as conserving code space (in theory). All in-tree drivers are converted as well; this is done in a single patch in order to not break git bisect. Changes since V1: Fix compilation b0rked issue on omap platforms where OMAP_GPIO was not set. Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>