Samsung SCH-I545 (Verizon) source updates
/drivers/net/wireless/bcmdhd/include/linuxver.h
blob:a8cb086fa5f7a83fa57f566117351f89944e8fb7 -> blob:149b74002f2019d98ce1c1d8264c053312e2936a
--- drivers/net/wireless/bcmdhd/include/linuxver.h
+++ drivers/net/wireless/bcmdhd/include/linuxver.h
@@ -22,7 +22,7 @@
* software in any way with any other Broadcom software provided under a license
* other than the GPL, without Broadcom's express prior written consent.
*
- * $Id: linuxver.h 387186 2013-02-24 08:45:22Z $
+ * $Id: linuxver.h 367714 2012-11-09 03:26:01Z $
*/
#ifndef _linuxver_h_
@@ -95,20 +95,20 @@
#ifndef flush_scheduled_work
#define flush_scheduled_work() flush_scheduled_tasks()
#endif
-#endif
+#endif
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0))
#define DAEMONIZE(a) daemonize(a); \
allow_signal(SIGKILL); \
allow_signal(SIGTERM);
-#else
+#else
#define RAISE_RX_SOFTIRQ() \
cpu_raise_softirq(smp_processor_id(), NET_RX_SOFTIRQ)
#define DAEMONIZE(a) daemonize(); \
do { if (a) \
strncpy(current->comm, a, MIN(sizeof(current->comm), (strlen(a)))); \
} while (0);
-#endif
+#endif
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 19)
#define MY_INIT_WORK(_work, _func) INIT_WORK(_work, _func)
@@ -510,6 +510,7 @@ typedef struct {
#define SMP_RD_BARRIER_DEPENDS(x) smp_rmb(x)
#endif
+
#ifdef USE_KTHREAD_API
#define PROC_START(thread_func, owner, tsk_ctl, flags, name) \
{ \