Re: [PATCH] [media] coda: add missing header dependencies

From: Philipp Zabel
Date: Tue Sep 06 2016 - 05:29:06 EST


Am Dienstag, den 06.09.2016, 11:21 +0200 schrieb Arnd Bergmann:
> 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@xxxxxxxx>

Same here, make that

+
+#include "coda.h"

and feel free to add
Acked-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>

thanks
Philipp