Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133780
b: refs/heads/master
c: 278aefc
h: refs/heads/master
v: v3
  • Loading branch information
Wim Van Sebroeck committed Mar 25, 2009
1 parent 645b529 commit 266276d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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: 143a2e54bf53216674eada16e8953f48b159e08a
refs/heads/master: 278aefc51bdbc7f1a3d39c9bd5313c78335b7828
3 changes: 1 addition & 2 deletions trunk/drivers/watchdog/cpwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@
#include <linux/io.h>
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/uaccess.h>

#include <asm/irq.h>
#include <asm/uaccess.h>

#include <asm/watchdog.h>

#define DRIVER_NAME "cpwd"
Expand Down
5 changes: 2 additions & 3 deletions trunk/drivers/watchdog/riowd.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
#include <linux/watchdog.h>
#include <linux/of.h>
#include <linux/of_device.h>

#include <asm/io.h>
#include <asm/uaccess.h>
#include <linux/io.h>
#include <linux/uaccess.h>


/* RIO uses the NatSemi Super I/O power management logical device
Expand Down

0 comments on commit 266276d

Please sign in to comment.