summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bttvp.h
diff options
context:
space:
mode:
authorDmitry Torokhov2005-09-15 09:01:53 +0200
committerGreg Kroah-Hartman2005-10-28 18:52:53 +0200
commitb7df3910c1298fee8ed7b9dfd2da74b85df5539c (patch)
tree1948ee697c23a384dd0be625ebeee13062d73882 /drivers/media/video/bttvp.h
parent[PATCH] Input: convert driver/input/misc to dynamic input_dev allocation (diff)
downloadkernel-qcow2-linux-b7df3910c1298fee8ed7b9dfd2da74b85df5539c.tar.gz
kernel-qcow2-linux-b7df3910c1298fee8ed7b9dfd2da74b85df5539c.tar.xz
kernel-qcow2-linux-b7df3910c1298fee8ed7b9dfd2da74b85df5539c.zip
[PATCH] drivers/media: convert to dynamic input_dev allocation
Input: convert drivers/media to dynamic input_dev allocation This is required for input_dev sysfs integration Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/media/video/bttvp.h')
-rw-r--r--drivers/media/video/bttvp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bttvp.h b/drivers/media/video/bttvp.h
index 7a312f79340a..e0e7c7a84bc5 100644
--- a/drivers/media/video/bttvp.h
+++ b/drivers/media/video/bttvp.h
@@ -240,7 +240,7 @@ struct bttv_pll_info {
/* for gpio-connected remote control */
struct bttv_input {
- struct input_dev dev;
+ struct input_dev *dev;
struct ir_input_state ir;
char name[32];
char phys[32];