Skip to content

Commit 711af44

Browse files
Peng Zhourkhuangtao
authored andcommitted
camera: rockchip: cif: rm redundant cif driver
Only register cif platform_driver on rk30_camera_oneframe.c Remove redundant code. Change-Id: I70b8b65da6e5869ba1f94917442c40fcf5fa805f Signed-off-by: Peng Zhou <benjo.zhou@rock-chips.com>
1 parent f8fbbc4 commit 711af44

7 files changed

Lines changed: 421 additions & 534 deletions

File tree

drivers/media/video/generic_sensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#include <linux/of_gpio.h>
2727
#include <linux/vmalloc.h>
2828
#include <linux/module.h>
29-
#include "../../../drivers/soc/rockchip/rk30_camera.h"
3029
#include <linux/kernel.h>
30+
#include "../../soc/rockchip/rk_camera.h"
3131
/* Camera Sensor driver */
3232

3333
#define MIN(x, y) ((x < y) ? x : y)

drivers/media/video/rk30_camera.c

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)