diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-27 15:01:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-27 15:01:07 +0000 |
commit | cead4b47abdebcb8506451b4a3e30028982161a1 (patch) | |
tree | b7cf1f3e2130b5411b88351322add5aa0e6b91a9 /target/linux/omap24xx/patches-3.1/410-hci-h4p-fixes.patch | |
parent | 7a4db11fbb68e99b1e07028d5c65b562e988b395 (diff) | |
download | upstream-cead4b47abdebcb8506451b4a3e30028982161a1.tar.gz upstream-cead4b47abdebcb8506451b4a3e30028982161a1.tar.bz2 upstream-cead4b47abdebcb8506451b4a3e30028982161a1.zip |
omap24xx: remove 3.1 support
SVN-Revision: 31890
Diffstat (limited to 'target/linux/omap24xx/patches-3.1/410-hci-h4p-fixes.patch')
-rw-r--r-- | target/linux/omap24xx/patches-3.1/410-hci-h4p-fixes.patch | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/target/linux/omap24xx/patches-3.1/410-hci-h4p-fixes.patch b/target/linux/omap24xx/patches-3.1/410-hci-h4p-fixes.patch deleted file mode 100644 index 6741511a88..0000000000 --- a/target/linux/omap24xx/patches-3.1/410-hci-h4p-fixes.patch +++ /dev/null @@ -1,46 +0,0 @@ ---- a/drivers/bluetooth/hci_h4p/core.c -+++ b/drivers/bluetooth/hci_h4p/core.c -@@ -36,9 +36,9 @@ - #include <linux/clk.h> - #include <linux/gpio.h> - --#include <mach/hardware.h> --#include <mach/board.h> --#include <mach/irqs.h> -+#include <plat/hardware.h> -+#include <plat/board.h> -+#include <plat/irqs.h> - #include <plat/serial.h> - - #include <net/bluetooth/bluetooth.h> ---- a/drivers/bluetooth/hci_h4p/hci_h4p.h -+++ b/drivers/bluetooth/hci_h4p/hci_h4p.h -@@ -21,7 +21,7 @@ - * - */ - --#include <mach/board.h> -+#include <plat/board.h> - - #include <net/bluetooth/bluetooth.h> - #include <net/bluetooth/hci_core.h> ---- a/drivers/bluetooth/hci_h4p/sysfs.c -+++ b/drivers/bluetooth/hci_h4p/sysfs.c -@@ -48,15 +48,8 @@ static ssize_t hci_h4p_store_bdaddr(stru - return -EINVAL; - } - -- //for (i = 0; i < 6; i++) -- //info->bdaddr[i] = bdaddr[i] & 0xff; -- -- info->bdaddr[0] = 0x00; -- info->bdaddr[1] = 0x1D; -- info->bdaddr[2] = 0x6E; -- info->bdaddr[3] = 0xD4; -- info->bdaddr[4] = 0xF0; -- info->bdaddr[5] = 0x37; -+ for (i = 0; i < 6; i++) -+ info->bdaddr[i] = bdaddr[i] & 0xff; - - return count; - } |