Skip to content

Commit

Permalink
staging:iio:trigger:bfin-timer: Fix compile error
Browse files Browse the repository at this point in the history
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Lars-Peter Clausen authored and Greg Kroah-Hartman committed Oct 23, 2011
1 parent 0c849b3 commit dafb7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/iio/trigger/iio-trig-bfin-timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static int iio_bfin_tmr_get_number(int irq)
}

static const struct iio_trigger_ops iio_bfin_tmr_trigger_ops = {
owner = THIS_MODULE,
.owner = THIS_MODULE,
};

static int __devinit iio_bfin_tmr_trigger_probe(struct platform_device *pdev)
Expand Down

0 comments on commit dafb7d1

Please sign in to comment.