asus-laptop: use device_create_file() instead of platform_group
authorCorentin Chary <corentincj@iksaif.net>
Tue, 26 Jan 2010 20:02:23 +0000 (21:02 +0100)
committerCorentin Chary <corentincj@iksaif.net>
Sun, 28 Feb 2010 18:35:13 +0000 (19:35 +0100)
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>

No differences found