[RFC/PATCH 3/6] v4l: subdev: Uninline the v4l2_subdev_init function

2010-07-07 Thread Laurent Pinchart
The function isn't small or performance sensitive enough to be inlined. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/v4l2-subdev.c | 14 ++ include/media/v4l2-subdev.h | 15 ++- 2 files changed, 16 insertions(+), 13

Re: [RFC/PATCH 3/6] v4l: subdev: Uninline the v4l2_subdev_init function

2010-07-07 Thread Hans Verkuil
The function isn't small or performance sensitive enough to be inlined. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Reviewed-by: Hans Verkuil hverk...@xs4all.nl Looks good! Hans --- drivers/media/video/v4l2-subdev.c | 14 ++