Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[firefly-linux-kernel-4.4.55.git] / net / bluetooth / af_bluetooth.c
index 0c5866bb49b6fc8933b01d0e5ed0c9d3f8564c63..4dca0299ed96875b16a80929a98b3a6972003be4 100644 (file)
@@ -31,7 +31,7 @@
 #include <net/bluetooth/bluetooth.h>
 #include <linux/proc_fs.h>
 
-#define VERSION "2.18"
+#define VERSION "2.19"
 
 /* Bluetooth sockets */
 #define BT_MAX_PROTO   8
@@ -639,7 +639,7 @@ static int bt_seq_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations bt_seq_ops = {
+static const struct seq_operations bt_seq_ops = {
        .start = bt_seq_start,
        .next  = bt_seq_next,
        .stop  = bt_seq_stop,