Re: [PATCH] drm/audio: declaration of struct device

2019-02-18 Thread Daniel Vetter
On Sat, Feb 16, 2019 at 10:34:59AM +0530, Ramalingam C wrote: > Header has used the references to struct device without it definition > or declaration. Hence resulting in compilation warning such as > > "'struct device' declared inside parameter list..." > > This changes adds a declaration to s

[PATCH] drm/audio: declaration of struct device

2019-02-16 Thread Ramalingam C via dri-devel
Header has used the references to struct device without it definition or declaration. Hence resulting in compilation warning such as "'struct device' declared inside parameter list..." This changes adds a declaration to struct device in the header to avoid any such warnings. Signed-off-by: Ram