]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: constify seq_operations
authorFabian Frederick <fabf@skynet.be>
Mon, 30 Jun 2014 17:26:23 +0000 (19:26 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:52 +0000 (17:42 +0200)
commit764b9b6d13757a0a9f6be3763305f1cf8d42987f
treeb1383cb937b4bdc8d7e7ed7ae199b80b5087ad0c
parent0facdb523193eb9c4f169a3683c62fcae289b4ac
Bluetooth: constify seq_operations

bt_seq_ops is only used with __seq_open_private as
const struct seq_operations *

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/af_bluetooth.c