]> err.no Git - linux-2.6/blobdiff - net/rose/af_rose.c
Pull thermal into release branch
[linux-2.6] / net / rose / af_rose.c
index d476c43d52169082f65f3da2be124470a23786d6..976c3cc86a297041d7709f0b4cac7eef72a2767e 100644 (file)
@@ -816,7 +816,7 @@ rose_try_next_neigh:
 
                for (;;) {
                        prepare_to_wait(sk->sk_sleep, &wait,
-                                       TASK_INTERRUPTIBLE);
+                                       TASK_INTERRUPTIBLE);
                        if (sk->sk_state != TCP_SYN_SENT)
                                break;
                        if (!signal_pending(current)) {
@@ -1454,7 +1454,7 @@ static int rose_info_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations rose_info_seqops = {
+static const struct seq_operations rose_info_seqops = {
        .start = rose_info_start,
        .next = rose_info_next,
        .stop = rose_info_stop,