Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76084
b: refs/heads/master
c: f6135d1
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and Haavard Skinnemoen committed Jan 25, 2008
1 parent dda7c52 commit 74c7ec0
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: 00625723428c23748668ca225e199a2c674c63f7
refs/heads/master: f6135d12db4bed3b992052020f1c50d749cd8dc6
2 changes: 1 addition & 1 deletion trunk/arch/avr32/kernel/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,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
2 changes: 1 addition & 1 deletion trunk/arch/avr32/mm/tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ static int tlb_show(struct seq_file *tlb, void *v)
return 0;
}

static struct seq_operations tlb_ops = {
static const struct seq_operations tlb_ops = {
.start = tlb_start,
.next = tlb_next,
.stop = tlb_stop,
Expand Down

0 comments on commit 74c7ec0

Please sign in to comment.