[RFC 2/8] remoteproc: add omap implementation

Will Newton will.newton at gmail.com
Wed Jun 22 06:05:41 EDT 2011


On Tue, Jun 21, 2011 at 8:18 AM, Ohad Ben-Cohen <ohad at wizery.com> wrote:

> +/* bootaddr isn't needed for the dual M3's */
> +static inline int omap_rproc_start(struct rproc *rproc, u64 bootaddr)

> +static inline int omap_rproc_stop(struct rproc *rproc)

These two functions don't need to be inline as far as I can see.

> +static struct rproc_ops omap_rproc_ops = {
> +       .start = omap_rproc_start,
> +       .stop = omap_rproc_stop,
> +};



More information about the linux-arm-kernel mailing list