Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77867
b: refs/heads/master
c: b47a166
h: refs/heads/master
i:
  77865: af72476
  77863: cef04e4
v: v3
  • Loading branch information
Jan Engelhardt authored and Wim Van Sebroeck committed Jan 25, 2008
1 parent ca2cdaa commit c82d15a
Show file tree
Hide file tree
Showing 6 changed files with 6 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: 6f702fce387e16e16d7930b5c9927d5e71d36ece
refs/heads/master: b47a166ed0baaaa30112532bad41b21e7c5e4d31
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/ar7_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ static int ar7_wdt_ioctl(struct inode *inode, struct file *file,
}
}

static struct file_operations ar7_wdt_fops = {
static const struct file_operations ar7_wdt_fops = {
.owner = THIS_MODULE,
.write = ar7_wdt_write,
.ioctl = ar7_wdt_ioctl,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/bfin_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ static struct platform_driver bfin_wdt_driver = {
.resume = bfin_wdt_resume,
};

static struct file_operations bfin_wdt_fops = {
static const struct file_operations bfin_wdt_fops = {
.owner = THIS_MODULE,
.llseek = no_llseek,
.write = bfin_wdt_write,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/it8712f_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ it8712f_wdt_release(struct inode *inode, struct file *file)
return 0;
}

static struct file_operations it8712f_wdt_fops = {
static const struct file_operations it8712f_wdt_fops = {
.owner = THIS_MODULE,
.llseek = no_llseek,
.write = it8712f_wdt_write,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/mpc5200_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static int mpc5200_wdt_release(struct inode *inode, struct file *file)
return 0;
}

static struct file_operations mpc5200_wdt_fops = {
static const struct file_operations mpc5200_wdt_fops = {
.owner = THIS_MODULE,
.write = mpc5200_wdt_write,
.ioctl = mpc5200_wdt_ioctl,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/mtx-1_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static ssize_t mtx1_wdt_write(struct file *file, const char *buf, size_t count,
return count;
}

static struct file_operations mtx1_wdt_fops = {
static const struct file_operations mtx1_wdt_fops = {
.owner = THIS_MODULE,
.llseek = no_llseek,
.ioctl = mtx1_wdt_ioctl,
Expand Down

0 comments on commit c82d15a

Please sign in to comment.