Skip to content

Commit df58f2d

Browse files
committed
dmaengine: sdxi: Drop unneeded forward decls (device, dma_pool)
These don't seem necessary. Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent d7a2857 commit df58f2d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/dma/sdxi/sdxi.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ struct sdxi_bus_ops {
6666
int (*get_irq)(struct sdxi_dev *sdxi, unsigned int index);
6767
};
6868

69-
struct device;
70-
struct dma_pool;
71-
7269
struct sdxi_dev {
7370
struct device *dev;
7471
void __iomem *ctrl_regs; /* virt addr of ctrl registers */

0 commit comments

Comments
 (0)