From 7bd11ef606fd6f4c389596291662dad52a94455b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 28 Apr 2014 17:56:07 +0200 Subject: [PATCH] RTL8188EU: add patch to support build with gcc-4.9 Signed-off-by: Stephan Raue --- .../RTL8188EU/patches/RTL8188EU-gcc-4.9.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/linux-drivers/RTL8188EU/patches/RTL8188EU-gcc-4.9.patch diff --git a/packages/linux-drivers/RTL8188EU/patches/RTL8188EU-gcc-4.9.patch b/packages/linux-drivers/RTL8188EU/patches/RTL8188EU-gcc-4.9.patch new file mode 100644 index 0000000000..624e8dd9aa --- /dev/null +++ b/packages/linux-drivers/RTL8188EU/patches/RTL8188EU-gcc-4.9.patch @@ -0,0 +1,11 @@ +diff -Naur RTL8188EU-fcc9034/os_dep/usb_intf.c RTL8188EU-fcc9034.patch/os_dep/usb_intf.c +--- RTL8188EU-fcc9034/os_dep/usb_intf.c 2014-03-25 15:05:52.000000000 +0100 ++++ RTL8188EU-fcc9034.patch/os_dep/usb_intf.c 2014-04-28 17:42:46.059538024 +0200 +@@ -865,7 +865,6 @@ + RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("+rtw_drv_entry\n")); + + DBG_88E(DRV_NAME " driver version=%s\n", DRIVERVERSION); +- DBG_88E("build time: %s %s\n", __DATE__, __TIME__); + + rtw_suspend_lock_init(); +