Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=187426e69afe0a2ad697c9c5f5f654254da0e3a0
Commit:     187426e69afe0a2ad697c9c5f5f654254da0e3a0
Parent:     fce3ff03311e0397e2867cce67d4ccf31707a1ea
Author:     David Brownell <[EMAIL PROTECTED]>
AuthorDate: Wed Dec 12 13:45:25 2007 +0100
Committer:  Jean Delvare <[EMAIL PROTECTED]>
CommitDate: Wed Dec 12 13:45:25 2007 +0100

    i2c/isp1301_omap: Build fix
    
    Build fix to the isp1301_omap driver ... this driver gets built
    more often in the OMAP tree than in mainline, partly because the
    defconfig for H2 (plus probably H3 and H4) needs updating.
    
    Signed-off-by: David Brownell <[EMAIL PROTECTED]>
    Signed-off-by: Jean Delvare <[EMAIL PROTECTED]>
---
 drivers/i2c/chips/isp1301_omap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/i2c/chips/isp1301_omap.c b/drivers/i2c/chips/isp1301_omap.c
index fe04e46..b767603 100644
--- a/drivers/i2c/chips/isp1301_omap.c
+++ b/drivers/i2c/chips/isp1301_omap.c
@@ -26,7 +26,7 @@
 #include <linux/interrupt.h>
 #include <linux/platform_device.h>
 #include <linux/usb/ch9.h>
-#include <linux/usb_gadget.h>
+#include <linux/usb/gadget.h>
 #include <linux/usb.h>
 #include <linux/usb/otg.h>
 #include <linux/i2c.h>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to