commit | f908abf3c63eaa8b7ab4df1a7869ef8395d231a9 | [log] [tgz] |
---|---|---|
author | Christian Lütke-Stetzkamp <christian@lkamp.de> | Sun Apr 29 19:32:28 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun May 06 19:08:06 2018 -0700 |
tree | d7ff2f3bca606ebb26043717a32323edf734b573 | |
parent | 1e653f4fd59376782d78ca187954fb29e7b53241 [diff] |
staging: mt7621-mmc: Remove unused global dma_size The global variable dma_size was previously used to select DMA or non-DMA transfer mode based on the size of the data that should be transferred. This option was removed preivously, so the variable is not used any more and can be removed. Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>