From: Johan Hedberg Date: Fri, 17 Jan 2014 18:45:10 +0000 (+0200) Subject: Bluetooth: Reorder L2CAP functions to avoid forward declarations X-Git-Tag: v3.15-rc1~113^2~159^2^2~130^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=162b49e75cf2c6858852e7a0ae2c2e30e51f0e09;p=pandora-kernel.git Bluetooth: Reorder L2CAP functions to avoid forward declarations This patch moves the l2cap_conn_add, is_valid_psm and l2cap_chan_connect functions further down in l2cap_core.c. The patch doesn't contain anything else except the relocation of these functions. By moving the functions further down the patch enables a subsequent patch that adds a pending RX queue to be implemented without a forward declaration of a function. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed