diff options
author | Alexandre Bailon <abailon@baylibre.com> | 2017-02-07 07:53:53 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-02-09 15:35:05 +0300 |
commit | 03158f90155bcd6126b2636fca5b38fe96e5cbda (patch) | |
tree | 274b013bad96a9e4179033f7a17d24989ed87813 /drivers/usb/musb/cppi_dma.h | |
parent | ed232c0b4bebcb7325fbf38a21bcf4f6a8c0153f (diff) | |
download | linux-03158f90155bcd6126b2636fca5b38fe96e5cbda.tar.xz |
usb: musb: cppi_dma: Clean up cppi structure
A pointer to musb is now present in the dma_controller structure.
Remove the one present in cppi structure.
Signed-off-by: Alexandre Bailon <abailon@baylibre.com>
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/musb/cppi_dma.h')
-rw-r--r-- | drivers/usb/musb/cppi_dma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/musb/cppi_dma.h b/drivers/usb/musb/cppi_dma.h index 7fdfb71a8f09..9bb7c5e45c85 100644 --- a/drivers/usb/musb/cppi_dma.h +++ b/drivers/usb/musb/cppi_dma.h @@ -107,7 +107,6 @@ struct cppi_channel { /* CPPI DMA controller object */ struct cppi { struct dma_controller controller; - struct musb *musb; void __iomem *mregs; /* Mentor regs */ void __iomem *tibase; /* TI/CPPI regs */ |