Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309384
b: refs/heads/master
c: 6cfb5aa
h: refs/heads/master
v: v3
  • Loading branch information
Wim Van Sebroeck committed May 30, 2012
1 parent 2083df3 commit 6dfab71
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 257f8c4aae392654d4ab846030b9f4518f16ed32
refs/heads/master: 6cfb5aa836884bcd66e2c5d0a101e97ba78aaafd
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/watchdog_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <linux/watchdog.h> /* For watchdog specific items */
#include <linux/init.h> /* For __init/__exit/... */

#include "watchdog_dev.h" /* For watchdog_dev_register/... */
#include "watchdog_core.h" /* For watchdog_dev_register/... */

/**
* watchdog_register_device() - register a watchdog device
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/watchdog_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include <linux/init.h> /* For __init/__exit/... */
#include <linux/uaccess.h> /* For copy_to_user/put_user/... */

#include "watchdog_dev.h"
#include "watchdog_core.h"

/* make sure we only register one /dev/watchdog device */
static unsigned long watchdog_dev_busy;
Expand Down

0 comments on commit 6dfab71

Please sign in to comment.