From: Guennadi Liakhovetski Date: Fri, 13 Jun 2008 12:11:01 +0000 (-0300) Subject: V4L/DVB (8040): soc-camera: remove soc_camera_host_class class X-Git-Tag: v2.6.26-rc9~91^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cfdc7f25b3116d57e91427caada74dd69bfbc06;p=pandora-kernel.git V4L/DVB (8040): soc-camera: remove soc_camera_host_class class Devices can either be class devices or bus devices, not both at the same time. Soc-camera host devices usually have a platform device as their parent. Trying to also register them with a class crashes the kernel, when linked statically. Interestingly, it works when built as a module. Thanks to Paulius Zaleckas for reporting. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed