[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3074236.7KNCYXgBBY@wuerfel>
Date: Wed, 15 Jul 2015 11:56:40 +0200
From: Arnd Bergmann <arnd@...db.de>
To: linux-arm-kernel@...ts.infradead.org
Cc: Yuan Yao <yao.yuan@...escale.com>, vinod.koul@...el.com,
stefan@...er.ch, dmaengine@...r.kernel.org,
dan.j.williams@...el.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] dmaengine: fsl-edma: add PM suspend/resume support
On Wednesday 15 July 2015 17:32:58 Yuan Yao wrote:
> +#ifdef CONFIG_PM
> +enum fsl_edma_pm_state {
> + RUNNING = 0,
> + SUSPENDED,
> +};
> +#endif
>
> struct fsl_edma_hw_tcd {
>
The #ifdefs here seem unnecessary, at least most of them, better
just do this all unconditionally.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists