commit | 9db106be554288df5a0a7c56c20257a4391b9738 | [log] [tgz] |
---|---|---|
author | Alan Jenkins <alan-jenkins@tuffmail.co.uk> | Thu Dec 03 07:45:06 2009 +0000 |
committer | Len Brown <len.brown@intel.com> | Wed Dec 09 15:54:32 2009 -0500 |
tree | cce9268fbff23c07124b172c14edf47f64312fc8 | |
parent | 22072e92a038d2ee5848b3e54499ecab730c722c [diff] |
eeepc-laptop: move platform device initialisation to a separate function This moves the sysfs_create_group() call just after the declaration of the platform device attributes. It should make it easier to examine the implementation of the platform device attributes in isolation from the rest of the code. (The next commit will apply this pattern to all of the sub-devices as well). Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk Signed-off-by: Len Brown <len.brown@intel.com>