Skip to content

Commit

Permalink
ARM: ux500: Remove recently unused stedma40_xfer_dir enums
Browse files Browse the repository at this point in the history
We're now using the transfer direction definitions provided by the DMA
sub-system, so the home-brew ones have become obsolete.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Lee Jones authored and Linus Walleij committed Jun 4, 2013
1 parent 2c2b62d commit e7bab58
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions include/linux/platform_data/dma-ste-dma40.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ enum stedma40_periph_data_width {
STEDMA40_DOUBLEWORD_WIDTH = STEDMA40_ESIZE_64_BIT
};

enum stedma40_xfer_dir {
STEDMA40_MEM_TO_MEM = 1,
STEDMA40_MEM_TO_PERIPH,
STEDMA40_PERIPH_TO_MEM,
STEDMA40_PERIPH_TO_PERIPH
};


/**
* struct stedma40_half_channel_info - dst/src channel configuration
*
Expand Down Expand Up @@ -120,7 +112,7 @@ struct stedma40_half_channel_info {
*
*/
struct stedma40_chan_cfg {
enum stedma40_xfer_dir dir;
enum dma_transfer_direction dir;
bool high_priority;
bool realtime;
enum stedma40_mode mode;
Expand Down

0 comments on commit e7bab58

Please sign in to comment.