diff options
author | Richard Röjfors <richard.rojfors@pelagicore.com> | 2010-11-08 10:45:48 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 08:16:46 -0200 |
commit | c091575c8b35b39b8f271e0d4b692329a705240a (patch) | |
tree | f8a20751423dee07c8492e19176d0f5c3b8632c4 /drivers/mfd/timberdale.h | |
parent | 9eae42e5a216059a146b3fbbe24b4fdc0b10c723 (diff) | |
download | op-kernel-dev-c091575c8b35b39b8f271e0d4b692329a705240a.zip op-kernel-dev-c091575c8b35b39b8f271e0d4b692329a705240a.tar.gz |
[media] mfd: Add timberdale video-in driver to timberdale
This patch defines platform data for the video-in driver
and adds it to all configurations of timberdale.
Signed-off-by: Richard Röjfors <richard.rojfors@pelagicore.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/mfd/timberdale.h')
-rw-r--r-- | drivers/mfd/timberdale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/timberdale.h b/drivers/mfd/timberdale.h index c11bf6e..4412acd 100644 --- a/drivers/mfd/timberdale.h +++ b/drivers/mfd/timberdale.h @@ -23,7 +23,7 @@ #ifndef MFD_TIMBERDALE_H #define MFD_TIMBERDALE_H -#define DRV_VERSION "0.2" +#define DRV_VERSION "0.3" /* This driver only support versions >= 3.8 and < 4.0 */ #define TIMB_SUPPORTED_MAJOR 3 |