diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2013-09-02 16:14:19 +0200 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:44:35 +0900 |
commit | 63f7d78a6ddf791f680f96fecf17c928e8631b03 (patch) | |
tree | 41aef196e264b79261a3a17a47e6dbd1ae98719c /include | |
parent | 26504fb058a7ce8c3f752a498f40f9c6f239bac6 (diff) | |
download | linux-3.10-63f7d78a6ddf791f680f96fecf17c928e8631b03.tar.gz linux-3.10-63f7d78a6ddf791f680f96fecf17c928e8631b03.tar.bz2 linux-3.10-63f7d78a6ddf791f680f96fecf17c928e8631b03.zip |
Revert "s5k5baf: add camera sensor driver"
This reverts commit 80ca90cdf56ed7a375e31275fde4282e22f8edba.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/s5k5baf.h | 19 | ||||
-rw-r--r-- | include/uapi/linux/v4l2-controls.h | 5 |
2 files changed, 0 insertions, 24 deletions
diff --git a/include/uapi/linux/s5k5baf.h b/include/uapi/linux/s5k5baf.h deleted file mode 100644 index e1fcb56f469..00000000000 --- a/include/uapi/linux/s5k5baf.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * S5K5BAF camera sensor driver header - * - * Copyright (C) 2013 Samsung Electronics Co., Ltd. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - */ - -#ifndef _UAPI_LINUX_S5K5BAF_H -#define _UAPI_LINUX_S5K5BAF_H - -#define V4L2_CID_RED_GAIN (V4L2_CID_CAMERA_S5K5BAF_BASE + 0) -#define V4L2_CID_GREEN_GAIN (V4L2_CID_CAMERA_S5K5BAF_BASE + 1) -#define V4L2_CID_BLUE_GAIN (V4L2_CID_CAMERA_S5K5BAF_BASE + 2) - -#endif /* _UAPI_LINUX_S5K5BAF_H */ diff --git a/include/uapi/linux/v4l2-controls.h b/include/uapi/linux/v4l2-controls.h index 305d098c30b..69bd5bb0d5a 100644 --- a/include/uapi/linux/v4l2-controls.h +++ b/include/uapi/linux/v4l2-controls.h @@ -700,11 +700,6 @@ enum v4l2_auto_focus_range { V4L2_AUTO_FOCUS_RANGE_INFINITY = 3, }; -/* Camera class private control IDs */ - -/* The base for the s5k5baf driver controls. See linux/s5k5baf.h for the list - * of controls. We reserve 16 controls for this driver. */ -#define V4L2_CID_CAMERA_S5K5BAF_BASE (V4L2_CID_CAMERA_CLASS_BASE + 0x1000) /* FM Modulator class control IDs */ |