Re: [RFC 2/8] remoteproc: add omap implementation
From: Ohad Ben-Cohen <hidden>
Date: 2011-06-22 10:50:51
Also in:
linux-arm-kernel, lkml
From: Ohad Ben-Cohen <hidden>
Date: 2011-06-22 10:50:51
Also in:
linux-arm-kernel, lkml
On Wed, Jun 22, 2011 at 1:05 PM, Will Newton [off-list ref] wrote:
On Tue, Jun 21, 2011 at 8:18 AM, Ohad Ben-Cohen [off-list ref] wrote:quoted
+/* bootaddr isn't needed for the dual M3's */ +static inline int omap_rproc_start(struct rproc *rproc, u64 bootaddr)quoted
+static inline int omap_rproc_stop(struct rproc *rproc)These two functions don't need to be inline as far as I can see.
They definitely don't need to. Thanks !