diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2022-11-12 20:51:06 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-11-25 08:35:48 +0000 |
commit | 27b0a9c2a67d483a9d4a941882b779a199ff281e (patch) | |
tree | 09c443b93016befc2f2d3ea40ea9ee9236f6bcaf /drivers | |
parent | 0352f880acb27d069a73403298b4527d8fe54602 (diff) | |
download | linux-stable-27b0a9c2a67d483a9d4a941882b779a199ff281e.tar.gz linux-stable-27b0a9c2a67d483a9d4a941882b779a199ff281e.tar.bz2 linux-stable-27b0a9c2a67d483a9d4a941882b779a199ff281e.zip |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/i2c/aptina-pll.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/i2c/aptina-pll.c b/drivers/media/i2c/aptina-pll.c index 1423c04a1c90..b1f89bbf9d47 100644 --- a/drivers/media/i2c/aptina-pll.c +++ b/drivers/media/i2c/aptina-pll.c @@ -8,7 +8,6 @@ #include <linux/device.h> #include <linux/gcd.h> #include <linux/kernel.h> -#include <linux/lcm.h> #include <linux/module.h> #include "aptina-pll.h" |