txx9wdt.c (c1f3ee120bb61045b1c0a3ead620d1d65af47130) | txx9wdt.c (f37d193c7c150c40059c7ce5de34e8b28a9cd4ae) |
---|---|
1/* 2 * txx9wdt: A Hardware Watchdog Driver for TXx9 SoCs 3 * 4 * Copyright (C) 2007 Atsushi Nemoto <anemo@mba.ocn.ne.jp> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 260 unchanged lines hidden (view full) --- 269} 270 271module_init(watchdog_init); 272module_exit(watchdog_exit); 273 274MODULE_DESCRIPTION("TXx9 Watchdog Driver"); 275MODULE_LICENSE("GPL"); 276MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); | 1/* 2 * txx9wdt: A Hardware Watchdog Driver for TXx9 SoCs 3 * 4 * Copyright (C) 2007 Atsushi Nemoto <anemo@mba.ocn.ne.jp> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 260 unchanged lines hidden (view full) --- 269} 270 271module_init(watchdog_init); 272module_exit(watchdog_exit); 273 274MODULE_DESCRIPTION("TXx9 Watchdog Driver"); 275MODULE_LICENSE("GPL"); 276MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); |
277MODULE_ALIAS("platform:txx9wdt"); |
|