Bluetooth: Use const for struct l2cap_ops field
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 8 Jun 2014 08:05:31 +0000 (10:05 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:41 +0000 (17:42 +0200)
The struct l2cap_ops field should not allow any modifications and thus
it is better declared as const.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>

No differences found