staging: vme: change static device array to pointers
authorManohar Vanga <manohar.vanga@cern.ch>
Thu, 1 Sep 2011 09:15:24 +0000 (11:15 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Sep 2011 20:26:32 +0000 (13:26 -0700)
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 <manohar.vanga@cern.ch>
Acked-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found