diff options
| author | Tony Lindgren <tony@atomide.com> | 2012-02-28 16:15:06 -0800 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2012-02-28 16:15:06 -0800 |
| commit | 824e2dbb29eedb4afde9cb592a912f56038a5d1e (patch) | |
| tree | 16831eceadb66c7fc661e387f81fc65c93742c1e /arch/arm/mach-omap2/mcbsp.c | |
| parent | e9d69010996539b07caef1c9fa9a481e1df95e68 (diff) | |
| parent | 9cf793f9b8b1ba9414e2a7591b2e911885f85a27 (diff) | |
| download | olio-linux-3.10-824e2dbb29eedb4afde9cb592a912f56038a5d1e.tar.xz olio-linux-3.10-824e2dbb29eedb4afde9cb592a912f56038a5d1e.zip | |
Merge branch 'hsmmc' into fixes-non-critical
Diffstat (limited to 'arch/arm/mach-omap2/mcbsp.c')
| -rw-r--r-- | arch/arm/mach-omap2/mcbsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c index fb4bcf81a18..5f8a876e4fd 100644 --- a/arch/arm/mach-omap2/mcbsp.c +++ b/arch/arm/mach-omap2/mcbsp.c @@ -122,7 +122,7 @@ static int omap3_enable_st_clock(unsigned int id, bool enable) return 0; } -static int omap_init_mcbsp(struct omap_hwmod *oh, void *unused) +static int __init omap_init_mcbsp(struct omap_hwmod *oh, void *unused) { int id, count = 1; char *name = "omap-mcbsp"; |