From: Manohar Vanga Date: Thu, 1 Sep 2011 09:15:24 +0000 (+0200) Subject: staging: vme: change static device array to pointers X-Git-Tag: v3.2-rc1~169^2^2~592 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6c39d4f2d350df049a844b658eb6b08c5833e51;p=pandora-kernel.git staging: vme: change static device array to pointers Change the static array of 'struct device''s in struct vme_bridge to instead use an array of pointers. This is in accordance with the requirement that all kobjects be dynamically allocated (see Documentation/kobject.txt) and never be statically allocated. Signed-off-by: Manohar Vanga Acked-by: Martyn Welch Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed