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

Commit f3ea733e authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Wim Van Sebroeck
Browse files

watchdog: orion_wdt: Add platform alias



...so that it's automatically picked up on relevant platforms.
Tested on Kirkwood-based GuruPlug.

Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 15920d12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -225,4 +225,5 @@ MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
				__MODULE_STRING(WATCHDOG_NOWAYOUT) ")");

MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:orion_wdt");
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);