staging: dt3155v4l: remove irq_handler from struct dt3155_priv
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 7 Sep 2011 21:37:59 +0000 (14:37 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Sep 2011 20:33:19 +0000 (13:33 -0700)
There is no reason to cache the irq_handler in struct dt3155_priv.  Just pass
the function directly in request_irq.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found