Skip to content

Commit

Permalink
V4L/DVB (7485): v4l2-int-device.c: add MODULE_LICENSE
Browse files Browse the repository at this point in the history
Now that it's in an own module it needs a MODULE_LICENSE.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Apr 1, 2008
1 parent 4b15b5e commit 19ac111
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/media/video/v4l2-int-device.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,5 @@ int v4l2_int_ioctl_1(struct v4l2_int_device *d, int cmd, void *arg)
find_ioctl(d->u.slave, cmd,
(v4l2_int_ioctl_func *)no_such_ioctl_1))(d, arg);
}

MODULE_LICENSE("GPL");

0 comments on commit 19ac111

Please sign in to comment.