diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-17 16:35:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-17 16:35:59 +0000 |
commit | 5e76534b237053ed2b2e24f1b4c0b50175406d5e (patch) | |
tree | 9861ba20db1ac814f929ea7a8a7a856664f23339 /target/linux/atheros/patches-3.10/100-board.patch | |
parent | 51b11ba5ea006a3a4ec5ef14d5d35a81114ae6b6 (diff) | |
download | upstream-5e76534b237053ed2b2e24f1b4c0b50175406d5e.tar.gz upstream-5e76534b237053ed2b2e24f1b4c0b50175406d5e.tar.bz2 upstream-5e76534b237053ed2b2e24f1b4c0b50175406d5e.zip |
atheros[ar2315-wdt]: update initialization
* update driver id to be consistent with other ar231x drivers
* remove odd module_{init,exit}
* add module metadata (description, name, etc.)
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 41684
Diffstat (limited to 'target/linux/atheros/patches-3.10/100-board.patch')
-rw-r--r-- | target/linux/atheros/patches-3.10/100-board.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.10/100-board.patch b/target/linux/atheros/patches-3.10/100-board.patch index f46dc0be9b..36ad7c8925 100644 --- a/target/linux/atheros/patches-3.10/100-board.patch +++ b/target/linux/atheros/patches-3.10/100-board.patch @@ -2525,7 +2525,7 @@ + +static struct platform_device ar2315_wdt = { + .id = 0, -+ .name = "ar2315_wdt", ++ .name = "ar2315-wdt", +}; + +/* |