Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77856
b: refs/heads/master
c: 773c7bd
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and Paul Mundt committed Jan 28, 2008
1 parent 7a474b2 commit 8fc5577
Show file tree
Hide file tree
Showing 3 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: 1b1e037a8974801cb3e1da3281ca3a88cbec3de8
refs/heads/master: 773c7bd69434a356af4363a61889ef975b256e32
2 changes: 1 addition & 1 deletion trunk/arch/sh/boards/landisk/gio.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static int gio_ioctl(struct inode *inode, struct file *filp,
return 0;
}

static struct file_operations gio_fops = {
static const struct file_operations gio_fops = {
.owner = THIS_MODULE,
.open = gio_open, /* open */
.release = gio_close, /* release */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ static void *c_next(struct seq_file *m, void *v, loff_t *pos)
static void c_stop(struct seq_file *m, void *v)
{
}
struct seq_operations cpuinfo_op = {
const struct seq_operations cpuinfo_op = {
.start = c_start,
.next = c_next,
.stop = c_stop,
Expand Down

0 comments on commit 8fc5577

Please sign in to comment.