Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc924efb authored by Henrik Rydberg's avatar Henrik Rydberg Committed by Linus Torvalds
Browse files

hwmon: applesmc: make applesmc load automatically on startup



make use of the new dmi device loading support to automatically load the
applesmc driver based on the dmi_match table.

Signed-off-by: default avatarHenrik Rydberg <rydberg@euromail.se>
Cc: Nicolas Boichat <nicolas@boichat.ch>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 36be47d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1564,3 +1564,4 @@ module_exit(applesmc_exit);
MODULE_AUTHOR("Nicolas Boichat");
MODULE_DESCRIPTION("Apple SMC");
MODULE_LICENSE("GPL v2");
MODULE_DEVICE_TABLE(dmi, applesmc_whitelist);