]> git.openfabrics.org - ~emulex/infiniband.git/commit
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)
commit2a1fd64cb70a42563d2313eb70c6495d2c88b36d
treeca14add9bc99d6afa5d77d648f4a521d12013750
parentaee0afb8cb52178164accfec9cfc58bc27b597b3
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>
drivers/platform/x86/asus-laptop.c