Skip to content

Commit

Permalink
usb: musb: Remove unused function declarations
Browse files Browse the repository at this point in the history
Commit 32fee1d ("usb: musb: remove unused davinci support")
removed these implementations but leave declaration.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20230807140928.35932-1-yuehaibing@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Yue Haibing authored and Greg Kroah-Hartman committed Aug 8, 2023
1 parent df0383f commit d4255ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions drivers/usb/musb/cppi_dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ struct cppi {
struct list_head tx_complete;
};

/* CPPI IRQ handler */
extern irqreturn_t cppi_interrupt(int, void *);

struct cppi41_dma_channel {
struct dma_channel channel;
struct cppi41_dma_controller *controller;
Expand Down
4 changes: 0 additions & 4 deletions drivers/usb/musb/musb_dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@ extern struct dma_controller *
tusb_dma_controller_create(struct musb *musb, void __iomem *base);
extern void tusb_dma_controller_destroy(struct dma_controller *c);

extern struct dma_controller *
cppi_dma_controller_create(struct musb *musb, void __iomem *base);
extern void cppi_dma_controller_destroy(struct dma_controller *c);

extern struct dma_controller *
cppi41_dma_controller_create(struct musb *musb, void __iomem *base);
extern void cppi41_dma_controller_destroy(struct dma_controller *c);
Expand Down

0 comments on commit d4255ac

Please sign in to comment.