Merge tag 'remoteproc-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc

Pull remoteproc fixes from Ohad Ben-Cohen:
 "Trivial remoteproc fixes by Suman Anna, Wei Yongjun and Thomas Meyer"

* tag 'remoteproc-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc:
  remoteproc: Cocci spatch "memdup.spatch"
  remoteproc: free carveout memories only after unmapping them
  remoteproc/omap: fix a sparse warning
  remoteproc: fix checkpatch errors in remoteproc code
  remoteproc: fix error return code in rproc_fw_boot()
This commit is contained in:
Linus Torvalds
2013-07-11 12:35:09 -07:00
4 changed files with 16 additions and 17 deletions

View File

@@ -50,7 +50,7 @@ void __init omap_rproc_reserve_cma(void);
#else
void __init omap_rproc_reserve_cma(void)
static inline void __init omap_rproc_reserve_cma(void)
{
}