Skip to content

Commit

Permalink
usb: musb: cppi: add missing include to fix compilation
Browse files Browse the repository at this point in the history
This fixes compilation as module.

Signed-off-by: Reinhard Tartler <tartler@cs.fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Reinhard Tartler authored and Greg Kroah-Hartman committed May 14, 2012
1 parent ef206f3 commit 61af9c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/musb/cppi_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* The TUSB6020, using VLYNQ, has CPPI that looks much like DaVinci.
*/

#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/usb.h>
Expand Down

0 comments on commit 61af9c3

Please sign in to comment.