Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78060
b: refs/heads/master
c: 12323ca
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and Ralf Baechle committed Jan 29, 2008
1 parent 2884808 commit 1364ba9
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: d4e9cffa161da806cb4bc9df4a4e49d287156bfa
refs/heads/master: 12323cacca2014dcf517d1988fcdb8e44a1f497b
2 changes: 1 addition & 1 deletion trunk/arch/mips/basler/excite/excite_iodev.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static DECLARE_WAIT_QUEUE_HEAD(wq);



static struct file_operations fops =
static const struct file_operations fops =
{
.owner = THIS_MODULE,
.open = iodev_open,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ 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 1364ba9

Please sign in to comment.