From: Peter K. <pk...@us...> - 2001-10-16 14:58:17
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci.c 1.186 1.187=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Moved definitions of le16_to_cpuu() and le32_to_cpuu() macros to btcommon.h The diff of the modified file(s): --- hci.c 2001/10/10 13:16:41 1.186 +++ hci.c 2001/10/16 14:57:10 1.187 @@ -85,11 +85,6 @@ =20 /****************** CONSTANT AND MACRO SECTION ***************************= ***/ =20 -/* These two macros are the same as le16_to_cpup() and le32_to_cpup() - only that they work with unaligned addresses */ -#define le16_to_cpuu(addr) (le16_to_cpu(get_unaligned((u16 *)addr))) -#define le32_to_cpuu(addr) (le32_to_cpu(get_unaligned((u32 *)addr))) - #define ACL_LINK 1 #define SCO_LINK 0 =20 |