Commit 8c20ee6e authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab

[media] smiapp-pll: include linux/device.h in smiapp-pll.c, not in smiapp-pll.h

struct device has a forward declaration in the header already. The header is
only needed in the .c file.
Signed-off-by: default avatarSakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent fd2bfdc8
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
* General Public License for more details. * General Public License for more details.
*/ */
#include <linux/device.h>
#include <linux/gcd.h> #include <linux/gcd.h>
#include <linux/lcm.h> #include <linux/lcm.h>
#include <linux/module.h> #include <linux/module.h>
......
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
#ifndef SMIAPP_PLL_H #ifndef SMIAPP_PLL_H
#define SMIAPP_PLL_H #define SMIAPP_PLL_H
#include <linux/device.h>
/* CSI-2 or CCP-2 */ /* CSI-2 or CCP-2 */
#define SMIAPP_PLL_BUS_TYPE_CSI2 0x00 #define SMIAPP_PLL_BUS_TYPE_CSI2 0x00
#define SMIAPP_PLL_BUS_TYPE_PARALLEL 0x01 #define SMIAPP_PLL_BUS_TYPE_PARALLEL 0x01
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment