From: Marcel Holtmann Date: Fri, 11 Jul 2014 02:58:29 +0000 (+0200) Subject: Bluetooth: Move HCI socket definitions into its own header file X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~42^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f49daa8190ebf25eae907048266b590a9cdccb95;p=pandora-kernel.git Bluetooth: Move HCI socket definitions into its own header file All the HCI sockets and ioctl based definitions have been in a global header file that also includes all the HCI protocol structures. To make this a bit cleaner, move them into its own file. This also adjusts fs/compat_ioctl.c to only include this new file and not all the protocol structures that are not needed. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed