Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325985
b: refs/heads/master
c: 07a67bb
h: refs/heads/master
i:
  325983: fa10887
v: v3
  • Loading branch information
Shubhrajyoti D authored and Felipe Balbi committed Aug 9, 2012
1 parent 7c3ec0a commit 8bc6bb1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f69dfa1f01e20387ada601f2bf772061d79e6a8f
refs/heads/master: 07a67bbb95ea7977846bd851dab5f4f2be8e488c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/cppi_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ irqreturn_t cppi_interrupt(int irq, void *dev_id)
}

/* Instantiate a software object representing a DMA controller. */
struct dma_controller *__init
struct dma_controller *__devinit
dma_controller_create(struct musb *musb, void __iomem *mregs)
{
struct cppi *controller;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/musb_dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ struct dma_controller {
extern void musb_dma_completion(struct musb *musb, u8 epnum, u8 transmit);


extern struct dma_controller *__init
extern struct dma_controller *__devinit
dma_controller_create(struct musb *, void __iomem *);

extern void dma_controller_destroy(struct dma_controller *);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/musbhsdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ void dma_controller_destroy(struct dma_controller *c)
kfree(controller);
}

struct dma_controller *__init
struct dma_controller *__devinit
dma_controller_create(struct musb *musb, void __iomem *base)
{
struct musb_dma_controller *controller;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/tusb6010_omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ void dma_controller_destroy(struct dma_controller *c)
kfree(tusb_dma);
}

struct dma_controller *__init
struct dma_controller *__devinit
dma_controller_create(struct musb *musb, void __iomem *base)
{
void __iomem *tbase = musb->ctrl_base;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/ux500_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ void dma_controller_destroy(struct dma_controller *c)
kfree(controller);
}

struct dma_controller *__init
struct dma_controller *__devinit
dma_controller_create(struct musb *musb, void __iomem *base)
{
struct ux500_dma_controller *controller;
Expand Down

0 comments on commit 8bc6bb1

Please sign in to comment.