Skip to content

Commit

Permalink
mmc: pxamci: remove dma resources from private context
Browse files Browse the repository at this point in the history
These members are no longer in use, so let's remove them.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
  • Loading branch information
Daniel Mack authored and Ulf Hansson committed Jul 16, 2018
1 parent d92eaf5 commit 140b7fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/mmc/host/pxamci.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,8 @@ struct pxamci_host {
struct dma_chan *dma_chan_rx;
struct dma_chan *dma_chan_tx;
dma_cookie_t dma_cookie;
dma_addr_t sg_dma;
unsigned int dma_len;

unsigned int dma_dir;
unsigned int dma_drcmrrx;
unsigned int dma_drcmrtx;

struct regulator *vcc;
};
Expand Down

0 comments on commit 140b7fe

Please sign in to comment.