diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2012-02-27 15:17:50 +0000 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2012-02-27 15:17:50 +0000 |
| commit | 003e6348630aa16982c956beaf7cd0b53a3b609a (patch) | |
| tree | a61ce11b6120ab51a745f37db30cb1b242e80e4d /arch/arm/mach-omap2/mux.c | |
| parent | 3e343d7a387924b93c43aa0bd8d380a408a0eafe (diff) | |
| parent | 655850ed7e3e90dcb5ae88ae63f75acbf5465213 (diff) | |
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
Diffstat (limited to 'arch/arm/mach-omap2/mux.c')
| -rw-r--r-- | arch/arm/mach-omap2/mux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c index fb8bc9fa43b..611a0e3d54c 100644 --- a/arch/arm/mach-omap2/mux.c +++ b/arch/arm/mach-omap2/mux.c @@ -218,7 +218,7 @@ static int _omap_mux_get_by_name(struct omap_mux_partition *partition, return -ENODEV; } -static int __init +static int omap_mux_get_by_name(const char *muxname, struct omap_mux_partition **found_partition, struct omap_mux **found_mux) |
