X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fbluetooth%2Fbluetooth.h;h=cf8bcb2553338e99d4f01024361b43e2544521f9;hb=b4324b5dc5b62ba76372e1bf8927230cf744df66;hp=3ad5390a4dd5b61f8abbaeab00ba50d0cd17b07e;hpb=0c387ec88abf4f1ddfe8c3be10ea981bc447b406;p=pandora-kernel.git diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h index 3ad5390a4dd5..cf8bcb255333 100644 --- a/include/net/bluetooth/bluetooth.h +++ b/include/net/bluetooth/bluetooth.h @@ -81,12 +81,6 @@ enum { BT_CLOSED }; -/* Endianness conversions */ -#define htobs(a) __cpu_to_le16(a) -#define htobl(a) __cpu_to_le32(a) -#define btohs(a) __le16_to_cpu(a) -#define btohl(a) __le32_to_cpu(a) - /* BD Address */ typedef struct { __u8 b[6];