commit | 2a1fd64cb70a42563d2313eb70c6495d2c88b36d | [log] [tgz] |
---|---|---|
author | Corentin Chary <corentincj@iksaif.net> | Tue Jan 26 21:02:23 2010 +0100 |
committer | Corentin Chary <corentincj@iksaif.net> | Sun Feb 28 19:35:13 2010 +0100 |
tree | ca14add9bc99d6afa5d77d648f4a521d12013750 | |
parent | aee0afb8cb52178164accfec9cfc58bc27b597b3 [diff] |
asus-laptop: use device_create_file() instead of platform_group There is two reason to do that: - we don't want a "gps" file if the model doesn't have a gps - we don't want to use global variables anymore Signed-off-by: Corentin Chary <corentincj@iksaif.net>