commit | f6c39d4f2d350df049a844b658eb6b08c5833e51 | [log] [tgz] |
---|---|---|
author | Manohar Vanga <manohar.vanga@cern.ch> | Thu Sep 01 11:15:24 2011 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Sep 09 13:26:32 2011 -0700 |
tree | 3496f6bffafffe081246da0bdcdf0ed9204ac1bd | |
parent | 2192e60654c2b91de45dce44a23723f725603ce1 [diff] |
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 <manohar.vanga@cern.ch> Acked-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>