From: Johan Hedberg Date: Wed, 25 Sep 2013 10:26:07 +0000 (+0300) Subject: Bluetooth: Move mgmt response convenience functions to a better location X-Git-Tag: v3.13-rc1~105^2~225^2~24^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd99abdd5b876406c34b872956b3237e18613566;p=pandora-kernel.git Bluetooth: Move mgmt response convenience functions to a better location The settings_rsp and cmd_status_rsp functions can be useful for all mgmt command handlers when asynchronous request callbacks are used. They will e.g. be used by subsequent patches to change set_le to use an async request as well as a new set_advertising command. Therefore, move them higher up in the mgmt.c file to avoid unnecessary forward declarations or mixing this trivial change with other patches. Signed-off-by: Johan Hedberg Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed