dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/usb/musb
Viresh Kumar 08aff53582 usb/musb: remove conditional compilation of clk code
With addition of dummy clk_*() calls for non CONFIG_HAVE_CLK cases in
clk.h, there is no need to have clk code enclosed in #ifdef
CONFIG_HAVE_CLK, #endif macros.

musb also has these dummy macros defined locally.  Remove them as they
aren't required anymore.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: Jeff Garzik <jgarzik@redhat.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Mike Turquette <mturquette@linaro.org>
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Cc: viresh kumar <viresh.linux@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-07-30 17:25:12 -07:00
..
Kconfig usb: musb: enable support for am335x 2012-05-04 13:59:35 +03:00
Makefile usb: musb: Add support for ti81xx platform 2012-05-04 13:59:34 +03:00
am35x.c usb: phy: fix return value check of usb_get_phy 2012-07-02 10:40:49 +03:00
blackfin.c usb: phy: fix return value check of usb_get_phy 2012-07-02 10:40:49 +03:00
blackfin.h
cppi_dma.c usb: musb: cppi: add missing include to fix compilation 2012-05-14 12:45:45 -07:00
cppi_dma.h
da8xx.c usb: phy: fix return value check of usb_get_phy 2012-07-02 10:40:49 +03:00
davinci.c usb: phy: patches for v3.6 merge window 2012-07-05 15:35:41 -07:00
davinci.h usb: musb: davinci: Fix build breakage 2012-06-04 18:29:42 +03:00
musb_core.c usb: otg: utils: rename function name in OTG utils 2012-06-25 14:04:26 +03:00
musb_core.h usb/musb: remove conditional compilation of clk code 2012-07-30 17:25:12 -07:00
musb_debug.h usb: musb: remove extern qualifier from musb_debug.h header 2011-12-21 13:21:02 +02:00
musb_debugfs.c usb: musb: debugfs: fix error check 2012-02-01 11:02:46 +02:00
musb_dma.h
musb_dsps.c usb: phy: fix return value check of usb_get_phy 2012-07-02 10:40:49 +03:00
musb_gadget.c usb: musb: patches for v3.6 merge window 2012-07-05 15:09:27 -07:00
musb_gadget.h
musb_gadget_ep0.c usb: musb: headers cleanup 2011-12-12 11:51:52 +02:00
musb_host.c usb: musb: patches for v3.6 merge window 2012-07-05 15:09:27 -07:00
musb_host.h
musb_io.h m68k: Make sure {read,write}s[bwl]() are always defined 2012-04-22 20:16:50 +02:00
musb_regs.h
musb_virthub.c usb: musb: Start using struct usb_otg 2012-02-13 13:52:54 +02:00
musbhsdma.c USB: irq: Remove IRQF_DISABLED 2011-09-18 01:39:36 -07:00
musbhsdma.h
omap2430.c usb: phy: fix return value check of usb_get_phy 2012-07-02 10:40:49 +03:00
omap2430.h
tusb6010.c usb: phy: fix return value check of usb_get_phy 2012-07-02 10:40:49 +03:00
tusb6010.h
tusb6010_omap.c
ux500.c usb: phy: fix return value check of usb_get_phy 2012-07-02 10:40:49 +03:00
ux500_dma.c dmaengine/dma_slave: introduce inline wrappers 2012-03-21 19:20:22 +05:30