[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <17845866.BEgCsGq73Z@wuerfel>
Date: Tue, 06 Sep 2016 11:21:38 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Baoyou Xie <baoyou.xie@...aro.org>
Cc: p.zabel@...gutronix.de, mchehab@...nel.org,
linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
xie.baoyou@....com.cn
Subject: Re: [PATCH] [media] coda: add missing header dependencies
On Tuesday, September 6, 2016 3:50:56 PM CEST Baoyou Xie wrote:
> #include <linux/kernel.h>
> #include <linux/string.h>
> +#include <coda.h>
>
by convention, we tend to write this as
#include "coda.h"
otherwise the patch looks good to me,
Acked-by: Arnd Bergmann <arnd@...db.de>
Powered by blists - more mailing lists