mirror of https://github.com/hak5/openwrt.git
23 lines
732 B
Diff
23 lines
732 B
Diff
From 9d8ff9acf372506a60b2e54964d230e0a5a95eb1 Mon Sep 17 00:00:00 2001
|
|
From: Kurt Mahan <kmahan@freescale.com>
|
|
Date: Fri, 15 Feb 2008 15:33:23 -0700
|
|
Subject: [PATCH] Change linux/usb_gadget.h to linux/usb/gadget.h
|
|
|
|
LTIBName: m5445x-usb-header-move
|
|
Signed-off-by: Kurt Mahan <kmahan@freescale.com>
|
|
---
|
|
drivers/usb/gadget/mcf5445x_udc.c | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
--- a/drivers/usb/gadget/mcf5445x_udc.c
|
|
+++ b/drivers/usb/gadget/mcf5445x_udc.c
|
|
@@ -57,7 +57,7 @@
|
|
#include <linux/moduleparam.h>
|
|
#include <linux/device.h>
|
|
#include <linux/usb/ch9.h>
|
|
-#include <linux/usb_gadget.h>
|
|
+#include <linux/usb/gadget.h>
|
|
#include <linux/usb/otg.h>
|
|
#include <linux/dma-mapping.h>
|
|
#include <linux/dmapool.h>
|