Bluetooth: Fix const declaration for swap function src parameter
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 18 Mar 2014 10:58:23 +0000 (12:58 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 18 Mar 2014 17:18:26 +0000 (10:18 -0700)
commit66bed1a24ec28e52fc2c7c0a2aa945a893bfa9bc
treeb43d08592628805d8a1fd57f5c5e2903a17739e4
parentfdcc4beccb52f752799978c4da0dcd0faadbdcd4
Bluetooth: Fix const declaration for swap function src parameter

To make it possible to (correctly) pass data declared as const as the
src parameter to the swap56 and swap128 functions declare this parameter
also as const.

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