Re: [RFC 2/8] remoteproc: add omap implementation

From: Will Newton
Date: Wed Jun 22 2011 - 06:05:45 EST


On Tue, Jun 21, 2011 at 8:18 AM, Ohad Ben-Cohen <ohad@xxxxxxxxxx> 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,
> +};
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/