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

From: Arnd Bergmann
Date: Tue Sep 06 2016 - 05:22:56 EST


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>