diff options
author | Jonas Gorski <jogo@openwrt.org> | 2011-11-13 10:48:05 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2011-11-13 10:48:05 +0000 |
commit | d8acb75009ad7f674609664810fef3a11d72205e (patch) | |
tree | d66c7e0323af53562e5f0e4e0fd7d9ab49d3ca7a /target/linux/omap24xx/patches-3.1/410-hci-h4p-fixes.patch | |
parent | a8797d0de6fac61582e9e9212e55e0bc1449f4b1 (diff) | |
download | upstream-d8acb75009ad7f674609664810fef3a11d72205e.tar.gz upstream-d8acb75009ad7f674609664810fef3a11d72205e.tar.bz2 upstream-d8acb75009ad7f674609664810fef3a11d72205e.zip |
linux: update 3.1 to 3.1.1
SVN-Revision: 29007
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 | 18 |
1 files changed, 6 insertions, 12 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 index 651cafe3ae..6741511a88 100644 --- a/target/linux/omap24xx/patches-3.1/410-hci-h4p-fixes.patch +++ b/target/linux/omap24xx/patches-3.1/410-hci-h4p-fixes.patch @@ -1,7 +1,5 @@ -Index: linux-3.1/drivers/bluetooth/hci_h4p/core.c -=================================================================== ---- linux-3.1.orig/drivers/bluetooth/hci_h4p/core.c 2011-10-30 00:48:52.285041210 +0200 -+++ linux-3.1/drivers/bluetooth/hci_h4p/core.c 2011-10-30 00:48:53.101040400 +0200 +--- 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> @@ -15,10 +13,8 @@ Index: linux-3.1/drivers/bluetooth/hci_h4p/core.c #include <plat/serial.h> #include <net/bluetooth/bluetooth.h> -Index: linux-3.1/drivers/bluetooth/hci_h4p/hci_h4p.h -=================================================================== ---- linux-3.1.orig/drivers/bluetooth/hci_h4p/hci_h4p.h 2011-10-30 00:48:52.285041210 +0200 -+++ linux-3.1/drivers/bluetooth/hci_h4p/hci_h4p.h 2011-10-30 00:48:53.101040400 +0200 +--- a/drivers/bluetooth/hci_h4p/hci_h4p.h ++++ b/drivers/bluetooth/hci_h4p/hci_h4p.h @@ -21,7 +21,7 @@ * */ @@ -28,10 +24,8 @@ Index: linux-3.1/drivers/bluetooth/hci_h4p/hci_h4p.h #include <net/bluetooth/bluetooth.h> #include <net/bluetooth/hci_core.h> -Index: linux-3.1/drivers/bluetooth/hci_h4p/sysfs.c -=================================================================== ---- linux-3.1.orig/drivers/bluetooth/hci_h4p/sysfs.c 2011-10-30 00:48:52.285041210 +0200 -+++ linux-3.1/drivers/bluetooth/hci_h4p/sysfs.c 2011-10-30 00:48:53.101040400 +0200 +--- 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; } |