mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 14:01:05 +02:00
Register watchdog driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13690 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
43d14db8dc
commit
e830a5a13e
@ -21,6 +21,7 @@
|
|||||||
#include <bcm63xx_board.h>
|
#include <bcm63xx_board.h>
|
||||||
#include <bcm63xx_dev_pci.h>
|
#include <bcm63xx_dev_pci.h>
|
||||||
#include <bcm63xx_dev_uart.h>
|
#include <bcm63xx_dev_uart.h>
|
||||||
|
#include <bcm63xx_dev_wdt.h>
|
||||||
#include <bcm63xx_dev_enet.h>
|
#include <bcm63xx_dev_enet.h>
|
||||||
#include <bcm63xx_dev_pcmcia.h>
|
#include <bcm63xx_dev_pcmcia.h>
|
||||||
#include <bcm63xx_dev_usb_ohci.h>
|
#include <bcm63xx_dev_usb_ohci.h>
|
||||||
@ -385,6 +386,7 @@ int __init board_register_devices(void)
|
|||||||
u32 val;
|
u32 val;
|
||||||
|
|
||||||
bcm63xx_uart_register();
|
bcm63xx_uart_register();
|
||||||
|
bcm63xx_wdt_register();
|
||||||
|
|
||||||
if (board.has_pccard)
|
if (board.has_pccard)
|
||||||
bcm63xx_pcmcia_register();
|
bcm63xx_pcmcia_register();
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
#include <bcm63xx_board.h>
|
#include <bcm63xx_board.h>
|
||||||
#include <bcm63xx_dev_pci.h>
|
#include <bcm63xx_dev_pci.h>
|
||||||
#include <bcm63xx_dev_uart.h>
|
#include <bcm63xx_dev_uart.h>
|
||||||
|
#include <bcm63xx_dev_wdt.h>
|
||||||
#include <bcm63xx_dev_enet.h>
|
#include <bcm63xx_dev_enet.h>
|
||||||
#include <bcm63xx_dev_pcmcia.h>
|
#include <bcm63xx_dev_pcmcia.h>
|
||||||
#include <bcm63xx_dev_usb_ohci.h>
|
#include <bcm63xx_dev_usb_ohci.h>
|
||||||
@ -193,6 +194,7 @@ int __init board_register_devices(void)
|
|||||||
u32 val;
|
u32 val;
|
||||||
|
|
||||||
bcm63xx_uart_register();
|
bcm63xx_uart_register();
|
||||||
|
bcm63xx_wdt_register();
|
||||||
|
|
||||||
if (board.has_pccard)
|
if (board.has_pccard)
|
||||||
bcm63xx_pcmcia_register();
|
bcm63xx_pcmcia_register();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user