Merge tag 'lsk-v4.4-17.03-android' of git://git.linaro.org/kernel/linux-linaro-stable.git
[firefly-linux-kernel-4.4.55.git] / drivers / media / video / rk_camsys / camsys_mipicsi_phy.h
index 68547717890d6b383b4e228035bea612650a189b..0be00a1c97df27cc5e71ccb9758dfbcec832e760 100755 (executable)
@@ -4,11 +4,11 @@
 #include "camsys_internal.h"
 
 typedef struct camsys_mipiphy_clk_s {
-    struct clk* hclk;
+       struct clk *hclk;
 
-    unsigned int on;
+       unsigned int on;
 } camsys_mipiphy_clk_t;
 
-int camsys_mipiphy_probe_cb(struct platform_device *pdev, camsys_dev_t *camsys_dev);
-
+int camsys_mipiphy_probe_cb
+(struct platform_device *pdev, camsys_dev_t *camsys_dev);
 #endif