]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
musb_hdrc: Search and replace MGC_pfDmaProgramChannel with dma_program_channel
authorTony Lindgren <tony@atomide.com>
Mon, 13 Aug 2007 11:58:08 +0000 (04:58 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 13 Aug 2007 11:58:08 +0000 (04:58 -0700)
Search and replace MGC_pfDmaProgramChannel with dma_program_channel

Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/musb/dma.h

index 52830d7f48d49a8e1ff2cb2b8ee33a8efac27048..c6c2636533172ce12b5db76de14abc532eb77ded 100644 (file)
@@ -133,7 +133,7 @@ struct dma_channel {
  *
  * Returns TRUE on success, else FALSE
  */
-typedef int (*MGC_pfDmaProgramChannel) (
+typedef int (*dma_program_channel) (
                struct dma_channel      *channel,
                u16                     maxpacket,
                u8                      mode,
@@ -175,7 +175,7 @@ struct dma_controller {
        struct dma_channel      *(*channel_alloc)(struct dma_controller *,
                                        struct musb_hw_ep *, u8 is_tx);
        void                    (*channel_release)(struct dma_channel *);
-       MGC_pfDmaProgramChannel channel_program;
+       dma_program_channel     channel_program;
        int                     (*channel_abort)(struct dma_channel *);
 };