diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-09-14 05:53:44 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-26 08:51:20 -0400 |
commit | 1ff7ebe23d0720218d0a135f350120f3bab8f9fd (patch) | |
tree | 7ad6992cb9f74bc9efca8ea14392dc7c2ce965d3 | |
parent | 1c4f3c987f44a6653ac49f93d8cbd3adb539be10 (diff) |
[media] Feature removal: Remove CUSTOM_TIMINGS defines in 3.9
These have been replaced by new defines without the "CUSTOM_" part.
Get rid of the old ones.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 77c27c30c3ff..28179cfdace6 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -646,3 +646,12 @@ Who: Russell King <linux@arm.linux.org.uk>, | |||
646 | Santosh Shilimkar <santosh.shilimkar@ti.com> | 646 | Santosh Shilimkar <santosh.shilimkar@ti.com> |
647 | 647 | ||
648 | ---------------------------- | 648 | ---------------------------- |
649 | |||
650 | What: Remove deprecated DV timings capability defines V4L2_IN_CAP_CUSTOM_TIMINGS | ||
651 | and V4L2_OUT_CAP_CUSTOM_TIMINGS. | ||
652 | When: 3.9 | ||
653 | Why: These defines have been replaced by V4L2_IN_CAP_TIMINGS and | ||
654 | V4L2_OUT_CAP_TIMINGS respectively. | ||
655 | Who: Hans Verkuil <hans.verkuil@cisco.com> | ||
656 | |||
657 | ---------------------------- | ||