Re: [PATCH] media.h: remove linux/version.h include

2018-07-25 Thread Sakari Ailus
On Wed, Jul 25, 2018 at 02:51:39PM +0200, Hans Verkuil wrote: > The media.h public header is one of only three public headers that include > linux/version.h. Drop it from media.h. It was only used for an obsolete > define. > > It has to be added to media-device.c, since that source relied on media

[PATCH] media.h: remove linux/version.h include

2018-07-25 Thread Hans Verkuil
The media.h public header is one of only three public headers that include linux/version.h. Drop it from media.h. It was only used for an obsolete define. It has to be added to media-device.c, since that source relied on media.h to include it. Signed-off-by: Hans Verkuil --- diff --git a/drivers