Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: i2c: aptina-pll: Remove a useless include

<linux/lcm.h> is not needed for this driver. Remove the corresponding
#include.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

authored by

Christophe JAILLET and committed by
Mauro Carvalho Chehab
27b0a9c2 0352f880

-1
-1
drivers/media/i2c/aptina-pll.c
··· 8 8 #include <linux/device.h> 9 9 #include <linux/gcd.h> 10 10 #include <linux/kernel.h> 11 - #include <linux/lcm.h> 12 11 #include <linux/module.h> 13 12 14 13 #include "aptina-pll.h"