]> git.karo-electronics.de Git - mv-sheeva.git/commit
[media] soc-camera: fix static build of the sh_mobile_csi2.c driver
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Wed, 20 Oct 2010 13:14:57 +0000 (10:14 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 20 Dec 2010 16:10:57 +0000 (14:10 -0200)
commitcd05e79f72d318d57e625825a5212e3fb90ea4a3
treef191688e570b91383410a52747132d47ef7ebe14
parent42cc37fe20cc680fb58fe12ae5ba718d683b8ca2
[media] soc-camera: fix static build of the sh_mobile_csi2.c driver

The test for driver->owner != NULL in sh_mobile_ceu_camera.c is unneeded and it
breaks the static build of sh_mobile_csi2.c. Remove it.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/sh_mobile_ceu_camera.c