Advertisement
Guest User

Error compiling TP-Link - TL-WN725N V3

a guest
Jul 23rd, 2020
798
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 277.35 KB | None | 0 0
  1.  hfabio  ~/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222  make all      
  2. make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.4.0-42-generic/build M=/home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222  modules
  3. make[1]: Entrando no diretório '/usr/src/linux-headers-5.4.0-42-generic'
  4.   CC [M]  /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.o
  5. In file included from <command-line>:0:0:
  6. ./arch/x86/include/asm/page_64.h: In function 'clear_page':
  7. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  8.  #define asm_inline asm __inline
  9.                         ^
  10. ./arch/x86/include/asm/alternative.h:256:2: note: in expansion of macro 'asm_inline'
  11.   asm_inline volatile (ALTERNATIVE_2("call %P[old]", "call %P[new1]", feature1,\
  12.   ^
  13. ./arch/x86/include/asm/page_64.h:49:2: note: in expansion of macro 'alternative_call_2'
  14.   alternative_call_2(clear_page_orig,
  15.   ^
  16. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  17.                  from ./include/linux/compiler.h:256,
  18.                  from ./include/linux/export.h:42,
  19.                  from ./include/linux/linkage.h:7,
  20.                  from ./include/linux/kernel.h:8,
  21.                  from ./include/linux/list.h:9,
  22.                  from ./include/linux/module.h:9,
  23.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  24.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  25.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  26. ./arch/x86/include/asm/alternative.h:128:2: error: expected identifier or '(' before string constant
  27.   "# ALT: oldinstr2\n"         \
  28.   ^
  29. ./arch/x86/include/asm/alternative.h:168:2: note: in expansion of macro 'OLDINSTR_2'
  30.   OLDINSTR_2(oldinstr, 1, 2)     \
  31.   ^
  32. ./arch/x86/include/asm/alternative.h:256:23: note: in expansion of macro 'ALTERNATIVE_2'
  33.   asm_inline volatile (ALTERNATIVE_2("call %P[old]", "call %P[new1]", feature1,\
  34.                        ^
  35. ./arch/x86/include/asm/page_64.h:49:2: note: in expansion of macro 'alternative_call_2'
  36.   alternative_call_2(clear_page_orig,
  37.   ^
  38. In file included from <command-line>:0:0:
  39. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  40.  #define asm_inline asm __inline
  41.                         ^
  42. ./arch/x86/include/asm/alternative.h:256:2: note: in expansion of macro 'asm_inline'
  43.   asm_inline volatile (ALTERNATIVE_2("call %P[old]", "call %P[new1]", feature1,\
  44.   ^
  45. ./arch/x86/include/asm/page_64.h:49:2: note: in expansion of macro 'alternative_call_2'
  46.   alternative_call_2(clear_page_orig,
  47.   ^
  48. ./arch/x86/include/asm/segment.h: In function 'vdso_read_cpunode':
  49. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  50.  #define asm_inline asm __inline
  51.                         ^
  52. ./arch/x86/include/asm/alternative.h:240:2: note: in expansion of macro 'asm_inline'
  53.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
  54.   ^
  55. ./arch/x86/include/asm/segment.h:266:2: note: in expansion of macro 'alternative_io'
  56.   alternative_io ("lsl %[seg],%[p]",
  57.   ^
  58. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  59.                  from ./include/linux/compiler.h:256,
  60.                  from ./include/linux/export.h:42,
  61.                  from ./include/linux/linkage.h:7,
  62.                  from ./include/linux/kernel.h:8,
  63.                  from ./include/linux/list.h:9,
  64.                  from ./include/linux/module.h:9,
  65.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  66.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  67.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  68. ./arch/x86/include/asm/alternative.h:108:2: error: expected identifier or '(' before string constant
  69.   "# ALT: oldnstr\n"      \
  70.   ^
  71. ./arch/x86/include/asm/alternative.h:159:2: note: in expansion of macro 'OLDINSTR'
  72.   OLDINSTR(oldinstr, 1)      \
  73.   ^
  74. ./arch/x86/include/asm/alternative.h:240:23: note: in expansion of macro 'ALTERNATIVE'
  75.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
  76.                        ^
  77. ./arch/x86/include/asm/segment.h:266:2: note: in expansion of macro 'alternative_io'
  78.   alternative_io ("lsl %[seg],%[p]",
  79.   ^
  80. In file included from <command-line>:0:0:
  81. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  82.  #define asm_inline asm __inline
  83.                         ^
  84. ./arch/x86/include/asm/alternative.h:240:2: note: in expansion of macro 'asm_inline'
  85.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
  86.   ^
  87. ./arch/x86/include/asm/segment.h:266:2: note: in expansion of macro 'alternative_io'
  88.   alternative_io ("lsl %[seg],%[p]",
  89.   ^
  90. ./arch/x86/include/asm/special_insns.h: In function 'clflushopt':
  91. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  92.  #define asm_inline asm __inline
  93.                         ^
  94. ./arch/x86/include/asm/alternative.h:240:2: note: in expansion of macro 'asm_inline'
  95.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
  96.   ^
  97. ./arch/x86/include/asm/special_insns.h:205:2: note: in expansion of macro 'alternative_io'
  98.   alternative_io(".byte " __stringify(NOP_DS_PREFIX) "; clflush %P0",
  99.   ^
  100. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  101.                  from ./include/linux/compiler.h:256,
  102.                  from ./include/linux/export.h:42,
  103.                  from ./include/linux/linkage.h:7,
  104.                  from ./include/linux/kernel.h:8,
  105.                  from ./include/linux/list.h:9,
  106.                  from ./include/linux/module.h:9,
  107.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  108.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  109.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  110. ./arch/x86/include/asm/alternative.h:108:2: error: expected identifier or '(' before string constant
  111.   "# ALT: oldnstr\n"      \
  112.   ^
  113. ./arch/x86/include/asm/alternative.h:159:2: note: in expansion of macro 'OLDINSTR'
  114.   OLDINSTR(oldinstr, 1)      \
  115.   ^
  116. ./arch/x86/include/asm/alternative.h:240:23: note: in expansion of macro 'ALTERNATIVE'
  117.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
  118.                        ^
  119. ./arch/x86/include/asm/special_insns.h:205:2: note: in expansion of macro 'alternative_io'
  120.   alternative_io(".byte " __stringify(NOP_DS_PREFIX) "; clflush %P0",
  121.   ^
  122. In file included from <command-line>:0:0:
  123. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  124.  #define asm_inline asm __inline
  125.                         ^
  126. ./arch/x86/include/asm/alternative.h:240:2: note: in expansion of macro 'asm_inline'
  127.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
  128.   ^
  129. ./arch/x86/include/asm/special_insns.h:205:2: note: in expansion of macro 'alternative_io'
  130.   alternative_io(".byte " __stringify(NOP_DS_PREFIX) "; clflush %P0",
  131.   ^
  132. ./arch/x86/include/asm/processor.h: In function 'prefetch':
  133. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  134.  #define asm_inline asm __inline
  135.                         ^
  136. ./arch/x86/include/asm/alternative.h:221:2: note: in expansion of macro 'asm_inline'
  137.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
  138.   ^
  139. ./arch/x86/include/asm/processor.h:795:2: note: in expansion of macro 'alternative_input'
  140.   alternative_input(BASE_PREFETCH, "prefetchnta %P1",
  141.   ^
  142. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  143.                  from ./include/linux/compiler.h:256,
  144.                  from ./include/linux/export.h:42,
  145.                  from ./include/linux/linkage.h:7,
  146.                  from ./include/linux/kernel.h:8,
  147.                  from ./include/linux/list.h:9,
  148.                  from ./include/linux/module.h:9,
  149.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  150.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  151.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  152. ./arch/x86/include/asm/alternative.h:108:2: error: expected identifier or '(' before string constant
  153.   "# ALT: oldnstr\n"      \
  154.   ^
  155. ./arch/x86/include/asm/alternative.h:159:2: note: in expansion of macro 'OLDINSTR'
  156.   OLDINSTR(oldinstr, 1)      \
  157.   ^
  158. ./arch/x86/include/asm/alternative.h:221:23: note: in expansion of macro 'ALTERNATIVE'
  159.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
  160.                        ^
  161. ./arch/x86/include/asm/processor.h:795:2: note: in expansion of macro 'alternative_input'
  162.   alternative_input(BASE_PREFETCH, "prefetchnta %P1",
  163.   ^
  164. In file included from <command-line>:0:0:
  165. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  166.  #define asm_inline asm __inline
  167.                         ^
  168. ./arch/x86/include/asm/alternative.h:221:2: note: in expansion of macro 'asm_inline'
  169.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
  170.   ^
  171. ./arch/x86/include/asm/processor.h:795:2: note: in expansion of macro 'alternative_input'
  172.   alternative_input(BASE_PREFETCH, "prefetchnta %P1",
  173.   ^
  174. ./arch/x86/include/asm/processor.h: In function 'prefetchw':
  175. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  176.  #define asm_inline asm __inline
  177.                         ^
  178. ./arch/x86/include/asm/alternative.h:221:2: note: in expansion of macro 'asm_inline'
  179.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
  180.   ^
  181. ./arch/x86/include/asm/processor.h:807:2: note: in expansion of macro 'alternative_input'
  182.   alternative_input(BASE_PREFETCH, "prefetchw %P1",
  183.   ^
  184. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  185.                  from ./include/linux/compiler.h:256,
  186.                  from ./include/linux/export.h:42,
  187.                  from ./include/linux/linkage.h:7,
  188.                  from ./include/linux/kernel.h:8,
  189.                  from ./include/linux/list.h:9,
  190.                  from ./include/linux/module.h:9,
  191.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  192.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  193.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  194. ./arch/x86/include/asm/alternative.h:108:2: error: expected identifier or '(' before string constant
  195.   "# ALT: oldnstr\n"      \
  196.   ^
  197. ./arch/x86/include/asm/alternative.h:159:2: note: in expansion of macro 'OLDINSTR'
  198.   OLDINSTR(oldinstr, 1)      \
  199.   ^
  200. ./arch/x86/include/asm/alternative.h:221:23: note: in expansion of macro 'ALTERNATIVE'
  201.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
  202.                        ^
  203. ./arch/x86/include/asm/processor.h:807:2: note: in expansion of macro 'alternative_input'
  204.   alternative_input(BASE_PREFETCH, "prefetchw %P1",
  205.   ^
  206. In file included from <command-line>:0:0:
  207. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  208.  #define asm_inline asm __inline
  209.                         ^
  210. ./arch/x86/include/asm/alternative.h:221:2: note: in expansion of macro 'asm_inline'
  211.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
  212.   ^
  213. ./arch/x86/include/asm/processor.h:807:2: note: in expansion of macro 'alternative_input'
  214.   alternative_input(BASE_PREFETCH, "prefetchw %P1",
  215.   ^
  216. ./include/linux/thread_info.h: In function 'copy_overflow':
  217. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  218.  #define asm_inline asm __inline
  219.                         ^
  220. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  221.   asm_inline volatile("1:\t" ins "\n"    \
  222.   ^
  223. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  224.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  225.   ^
  226. ./include/asm-generic/bug.h:93:3: note: in expansion of macro '__WARN_FLAGS'
  227.    __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
  228.    ^
  229. ./include/asm-generic/bug.h:124:3: note: in expansion of macro '__WARN_printf'
  230.    __WARN_printf(TAINT_WARN, format);   \
  231.    ^
  232. ./include/linux/thread_info.h:134:2: note: in expansion of macro 'WARN'
  233.   WARN(1, "Buffer overflow detected (%d < %lu)!\n", size, count);
  234.   ^
  235. In file included from ./include/linux/bug.h:5:0,
  236.                  from ./include/linux/thread_info.h:12,
  237.                  from ./arch/x86/include/asm/preempt.h:7,
  238.                  from ./include/linux/preempt.h:78,
  239.                  from ./include/linux/spinlock.h:51,
  240.                  from ./include/linux/seqlock.h:36,
  241.                  from ./include/linux/time.h:6,
  242.                  from ./include/linux/stat.h:19,
  243.                  from ./include/linux/module.h:10,
  244.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  245.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  246.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  247. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  248.   asm_inline volatile("1:\t" ins "\n"    \
  249.                       ^
  250. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  251.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  252.   ^
  253. ./include/asm-generic/bug.h:93:3: note: in expansion of macro '__WARN_FLAGS'
  254.    __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
  255.    ^
  256. ./include/asm-generic/bug.h:124:3: note: in expansion of macro '__WARN_printf'
  257.    __WARN_printf(TAINT_WARN, format);   \
  258.    ^
  259. ./include/linux/thread_info.h:134:2: note: in expansion of macro 'WARN'
  260.   WARN(1, "Buffer overflow detected (%d < %lu)!\n", size, count);
  261.   ^
  262. In file included from <command-line>:0:0:
  263. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  264.  #define asm_inline asm __inline
  265.                         ^
  266. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  267.   asm_inline volatile("1:\t" ins "\n"    \
  268.   ^
  269. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  270.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  271.   ^
  272. ./include/asm-generic/bug.h:93:3: note: in expansion of macro '__WARN_FLAGS'
  273.    __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
  274.    ^
  275. ./include/asm-generic/bug.h:124:3: note: in expansion of macro '__WARN_printf'
  276.    __WARN_printf(TAINT_WARN, format);   \
  277.    ^
  278. ./include/linux/thread_info.h:134:2: note: in expansion of macro 'WARN'
  279.   WARN(1, "Buffer overflow detected (%d < %lu)!\n", size, count);
  280.   ^
  281. ./include/linux/thread_info.h: In function 'check_copy_size':
  282. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  283.  #define asm_inline asm __inline
  284.                         ^
  285. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  286.   asm_inline volatile("1:\t" ins "\n"    \
  287.   ^
  288. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  289.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  290.   ^
  291. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  292.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  293.    ^
  294. ./include/linux/thread_info.h:150:6: note: in expansion of macro 'WARN_ON_ONCE'
  295.   if (WARN_ON_ONCE(bytes > INT_MAX))
  296.       ^
  297. In file included from ./include/linux/bug.h:5:0,
  298.                  from ./include/linux/thread_info.h:12,
  299.                  from ./arch/x86/include/asm/preempt.h:7,
  300.                  from ./include/linux/preempt.h:78,
  301.                  from ./include/linux/spinlock.h:51,
  302.                  from ./include/linux/seqlock.h:36,
  303.                  from ./include/linux/time.h:6,
  304.                  from ./include/linux/stat.h:19,
  305.                  from ./include/linux/module.h:10,
  306.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  307.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  308.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  309. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  310.   asm_inline volatile("1:\t" ins "\n"    \
  311.                       ^
  312. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  313.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  314.   ^
  315. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  316.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  317.    ^
  318. ./include/linux/thread_info.h:150:6: note: in expansion of macro 'WARN_ON_ONCE'
  319.   if (WARN_ON_ONCE(bytes > INT_MAX))
  320.       ^
  321. In file included from <command-line>:0:0:
  322. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  323.  #define asm_inline asm __inline
  324.                         ^
  325. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  326.   asm_inline volatile("1:\t" ins "\n"    \
  327.   ^
  328. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  329.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  330.   ^
  331. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  332.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  333.    ^
  334. ./include/linux/thread_info.h:150:6: note: in expansion of macro 'WARN_ON_ONCE'
  335.   if (WARN_ON_ONCE(bytes > INT_MAX))
  336.       ^
  337. In file included from <command-line>:0:0:
  338. ./include/linux/rcupdate.h: In function 'rcu_head_after_call_rcu':
  339. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  340.  #define asm_inline asm __inline
  341.                         ^
  342. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  343.   asm_inline volatile("1:\t" ins "\n"    \
  344.   ^
  345. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  346.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  347.   ^
  348. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  349.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  350.    ^
  351. ./include/linux/rcupdate.h:893:2: note: in expansion of macro 'WARN_ON_ONCE'
  352.   WARN_ON_ONCE(func != (rcu_callback_t)~0L);
  353.   ^
  354. In file included from ./include/linux/bug.h:5:0,
  355.                  from ./include/linux/thread_info.h:12,
  356.                  from ./arch/x86/include/asm/preempt.h:7,
  357.                  from ./include/linux/preempt.h:78,
  358.                  from ./include/linux/spinlock.h:51,
  359.                  from ./include/linux/seqlock.h:36,
  360.                  from ./include/linux/time.h:6,
  361.                  from ./include/linux/stat.h:19,
  362.                  from ./include/linux/module.h:10,
  363.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  364.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  365.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  366. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  367.   asm_inline volatile("1:\t" ins "\n"    \
  368.                       ^
  369. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  370.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  371.   ^
  372. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  373.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  374.    ^
  375. ./include/linux/rcupdate.h:893:2: note: in expansion of macro 'WARN_ON_ONCE'
  376.   WARN_ON_ONCE(func != (rcu_callback_t)~0L);
  377.   ^
  378. In file included from <command-line>:0:0:
  379. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  380.  #define asm_inline asm __inline
  381.                         ^
  382. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  383.   asm_inline volatile("1:\t" ins "\n"    \
  384.   ^
  385. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  386.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  387.   ^
  388. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  389.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  390.    ^
  391. ./include/linux/rcupdate.h:893:2: note: in expansion of macro 'WARN_ON_ONCE'
  392.   WARN_ON_ONCE(func != (rcu_callback_t)~0L);
  393.   ^
  394. ./include/linux/ktime.h: In function 'ktime_divns':
  395. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  396.  #define asm_inline asm __inline
  397.                         ^
  398. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  399.   asm_inline volatile("1:\t" ins "\n"    \
  400.   ^
  401. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  402.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  403.   ^
  404. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  405.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  406.                    ^
  407. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  408.    __WARN();      \
  409.    ^
  410. ./include/linux/ktime.h:171:2: note: in expansion of macro 'WARN_ON'
  411.   WARN_ON(div < 0);
  412.   ^
  413. In file included from ./include/linux/bug.h:5:0,
  414.                  from ./include/linux/thread_info.h:12,
  415.                  from ./arch/x86/include/asm/preempt.h:7,
  416.                  from ./include/linux/preempt.h:78,
  417.                  from ./include/linux/spinlock.h:51,
  418.                  from ./include/linux/seqlock.h:36,
  419.                  from ./include/linux/time.h:6,
  420.                  from ./include/linux/stat.h:19,
  421.                  from ./include/linux/module.h:10,
  422.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  423.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  424.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  425. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  426.   asm_inline volatile("1:\t" ins "\n"    \
  427.                       ^
  428. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  429.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  430.   ^
  431. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  432.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  433.                    ^
  434. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  435.    __WARN();      \
  436.    ^
  437. ./include/linux/ktime.h:171:2: note: in expansion of macro 'WARN_ON'
  438.   WARN_ON(div < 0);
  439.   ^
  440. In file included from <command-line>:0:0:
  441. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  442.  #define asm_inline asm __inline
  443.                         ^
  444. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  445.   asm_inline volatile("1:\t" ins "\n"    \
  446.   ^
  447. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  448.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  449.   ^
  450. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  451.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  452.                    ^
  453. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  454.    __WARN();      \
  455.    ^
  456. ./include/linux/ktime.h:171:2: note: in expansion of macro 'WARN_ON'
  457.   WARN_ON(div < 0);
  458.   ^
  459. ./include/linux/srcu.h: In function 'srcu_read_unlock':
  460. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  461.  #define asm_inline asm __inline
  462.                         ^
  463. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  464.   asm_inline volatile("1:\t" ins "\n"    \
  465.   ^
  466. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  467.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  468.   ^
  469. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  470.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  471.    ^
  472. ./include/linux/srcu.h:179:2: note: in expansion of macro 'WARN_ON_ONCE'
  473.   WARN_ON_ONCE(idx & ~0x1);
  474.   ^
  475. In file included from ./include/linux/bug.h:5:0,
  476.                  from ./include/linux/thread_info.h:12,
  477.                  from ./arch/x86/include/asm/preempt.h:7,
  478.                  from ./include/linux/preempt.h:78,
  479.                  from ./include/linux/spinlock.h:51,
  480.                  from ./include/linux/seqlock.h:36,
  481.                  from ./include/linux/time.h:6,
  482.                  from ./include/linux/stat.h:19,
  483.                  from ./include/linux/module.h:10,
  484.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  485.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  486.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  487. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  488.   asm_inline volatile("1:\t" ins "\n"    \
  489.                       ^
  490. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  491.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  492.   ^
  493. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  494.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  495.    ^
  496. ./include/linux/srcu.h:179:2: note: in expansion of macro 'WARN_ON_ONCE'
  497.   WARN_ON_ONCE(idx & ~0x1);
  498.   ^
  499. In file included from <command-line>:0:0:
  500. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  501.  #define asm_inline asm __inline
  502.                         ^
  503. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  504.   asm_inline volatile("1:\t" ins "\n"    \
  505.   ^
  506. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  507.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  508.   ^
  509. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  510.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  511.    ^
  512. ./include/linux/srcu.h:179:2: note: in expansion of macro 'WARN_ON_ONCE'
  513.   WARN_ON_ONCE(idx & ~0x1);
  514.   ^
  515. ./include/linux/page-flags.h: In function 'ClearPageCompound':
  516. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  517.  #define asm_inline asm __inline
  518.                         ^
  519. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  520.   asm_inline volatile("1:\t" ins "\n"    \
  521.   ^
  522. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  523.   _BUG_FLAGS(ASM_UD2, 0);     \
  524.   ^
  525. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  526.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  527.                                                          ^
  528. ./include/linux/page-flags.h:565:2: note: in expansion of macro 'BUG_ON'
  529.   BUG_ON(!PageHead(page));
  530.   ^
  531. In file included from ./include/linux/bug.h:5:0,
  532.                  from ./include/linux/thread_info.h:12,
  533.                  from ./arch/x86/include/asm/preempt.h:7,
  534.                  from ./include/linux/preempt.h:78,
  535.                  from ./include/linux/spinlock.h:51,
  536.                  from ./include/linux/seqlock.h:36,
  537.                  from ./include/linux/time.h:6,
  538.                  from ./include/linux/stat.h:19,
  539.                  from ./include/linux/module.h:10,
  540.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  541.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  542.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  543. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  544.   asm_inline volatile("1:\t" ins "\n"    \
  545.                       ^
  546. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  547.   _BUG_FLAGS(ASM_UD2, 0);     \
  548.   ^
  549. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  550.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  551.                                                          ^
  552. ./include/linux/page-flags.h:565:2: note: in expansion of macro 'BUG_ON'
  553.   BUG_ON(!PageHead(page));
  554.   ^
  555. In file included from <command-line>:0:0:
  556. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  557.  #define asm_inline asm __inline
  558.                         ^
  559. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  560.   asm_inline volatile("1:\t" ins "\n"    \
  561.   ^
  562. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  563.   _BUG_FLAGS(ASM_UD2, 0);     \
  564.   ^
  565. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  566.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  567.                                                          ^
  568. ./include/linux/page-flags.h:565:2: note: in expansion of macro 'BUG_ON'
  569.   BUG_ON(!PageHead(page));
  570.   ^
  571. ./include/asm-generic/fixmap.h: In function 'virt_to_fix':
  572. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  573.  #define asm_inline asm __inline
  574.                         ^
  575. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  576.   asm_inline volatile("1:\t" ins "\n"    \
  577.   ^
  578. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  579.   _BUG_FLAGS(ASM_UD2, 0);     \
  580.   ^
  581. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  582.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  583.                                                          ^
  584. ./include/asm-generic/fixmap.h:38:2: note: in expansion of macro 'BUG_ON'
  585.   BUG_ON(vaddr >= FIXADDR_TOP || vaddr < FIXADDR_START);
  586.   ^
  587. In file included from ./include/linux/bug.h:5:0,
  588.                  from ./include/linux/thread_info.h:12,
  589.                  from ./arch/x86/include/asm/preempt.h:7,
  590.                  from ./include/linux/preempt.h:78,
  591.                  from ./include/linux/spinlock.h:51,
  592.                  from ./include/linux/seqlock.h:36,
  593.                  from ./include/linux/time.h:6,
  594.                  from ./include/linux/stat.h:19,
  595.                  from ./include/linux/module.h:10,
  596.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  597.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  598.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  599. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  600.   asm_inline volatile("1:\t" ins "\n"    \
  601.                       ^
  602. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  603.   _BUG_FLAGS(ASM_UD2, 0);     \
  604.   ^
  605. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  606.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  607.                                                          ^
  608. ./include/asm-generic/fixmap.h:38:2: note: in expansion of macro 'BUG_ON'
  609.   BUG_ON(vaddr >= FIXADDR_TOP || vaddr < FIXADDR_START);
  610.   ^
  611. In file included from <command-line>:0:0:
  612. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  613.  #define asm_inline asm __inline
  614.                         ^
  615. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  616.   asm_inline volatile("1:\t" ins "\n"    \
  617.   ^
  618. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  619.   _BUG_FLAGS(ASM_UD2, 0);     \
  620.   ^
  621. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  622.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  623.                                                          ^
  624. ./include/asm-generic/fixmap.h:38:2: note: in expansion of macro 'BUG_ON'
  625.   BUG_ON(vaddr >= FIXADDR_TOP || vaddr < FIXADDR_START);
  626.   ^
  627. ./arch/x86/include/asm/apic.h: In function 'native_apic_mem_write':
  628. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  629.  #define asm_inline asm __inline
  630.                         ^
  631. ./arch/x86/include/asm/alternative.h:240:2: note: in expansion of macro 'asm_inline'
  632.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
  633.   ^
  634. ./arch/x86/include/asm/apic.h:107:2: note: in expansion of macro 'alternative_io'
  635.   alternative_io("movl %0, %P1", "xchgl %0, %P1", X86_BUG_11AP,
  636.   ^
  637. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  638.                  from ./include/linux/compiler.h:256,
  639.                  from ./include/linux/export.h:42,
  640.                  from ./include/linux/linkage.h:7,
  641.                  from ./include/linux/kernel.h:8,
  642.                  from ./include/linux/list.h:9,
  643.                  from ./include/linux/module.h:9,
  644.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  645.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  646.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  647. ./arch/x86/include/asm/alternative.h:108:2: error: expected identifier or '(' before string constant
  648.   "# ALT: oldnstr\n"      \
  649.   ^
  650. ./arch/x86/include/asm/alternative.h:159:2: note: in expansion of macro 'OLDINSTR'
  651.   OLDINSTR(oldinstr, 1)      \
  652.   ^
  653. ./arch/x86/include/asm/alternative.h:240:23: note: in expansion of macro 'ALTERNATIVE'
  654.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
  655.                        ^
  656. ./arch/x86/include/asm/apic.h:107:2: note: in expansion of macro 'alternative_io'
  657.   alternative_io("movl %0, %P1", "xchgl %0, %P1", X86_BUG_11AP,
  658.   ^
  659. In file included from <command-line>:0:0:
  660. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  661.  #define asm_inline asm __inline
  662.                         ^
  663. ./arch/x86/include/asm/alternative.h:240:2: note: in expansion of macro 'asm_inline'
  664.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
  665.   ^
  666. ./arch/x86/include/asm/apic.h:107:2: note: in expansion of macro 'alternative_io'
  667.   alternative_io("movl %0, %P1", "xchgl %0, %P1", X86_BUG_11AP,
  668.   ^
  669. ./include/linux/xarray.h: In function 'xa_mk_value':
  670. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  671.  #define asm_inline asm __inline
  672.                         ^
  673. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  674.   asm_inline volatile("1:\t" ins "\n"    \
  675.   ^
  676. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  677.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  678.   ^
  679. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  680.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  681.                    ^
  682. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  683.    __WARN();      \
  684.    ^
  685. ./include/linux/xarray.h:54:2: note: in expansion of macro 'WARN_ON'
  686.   WARN_ON((long)v < 0);
  687.   ^
  688. In file included from ./include/linux/bug.h:5:0,
  689.                  from ./include/linux/thread_info.h:12,
  690.                  from ./arch/x86/include/asm/preempt.h:7,
  691.                  from ./include/linux/preempt.h:78,
  692.                  from ./include/linux/spinlock.h:51,
  693.                  from ./include/linux/seqlock.h:36,
  694.                  from ./include/linux/time.h:6,
  695.                  from ./include/linux/stat.h:19,
  696.                  from ./include/linux/module.h:10,
  697.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  698.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  699.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  700. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  701.   asm_inline volatile("1:\t" ins "\n"    \
  702.                       ^
  703. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  704.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  705.   ^
  706. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  707.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  708.                    ^
  709. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  710.    __WARN();      \
  711.    ^
  712. ./include/linux/xarray.h:54:2: note: in expansion of macro 'WARN_ON'
  713.   WARN_ON((long)v < 0);
  714.   ^
  715. In file included from <command-line>:0:0:
  716. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  717.  #define asm_inline asm __inline
  718.                         ^
  719. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  720.   asm_inline volatile("1:\t" ins "\n"    \
  721.   ^
  722. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  723.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  724.   ^
  725. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  726.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  727.                    ^
  728. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  729.    __WARN();      \
  730.    ^
  731. ./include/linux/xarray.h:54:2: note: in expansion of macro 'WARN_ON'
  732.   WARN_ON((long)v < 0);
  733.   ^
  734. ./include/linux/kernfs.h: In function 'kernfs_enable_ns':
  735. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  736.  #define asm_inline asm __inline
  737.                         ^
  738. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  739.   asm_inline volatile("1:\t" ins "\n"    \
  740.   ^
  741. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  742.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  743.   ^
  744. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  745.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  746.    ^
  747. ./include/linux/kernfs.h:305:2: note: in expansion of macro 'WARN_ON_ONCE'
  748.   WARN_ON_ONCE(kernfs_type(kn) != KERNFS_DIR);
  749.   ^
  750. In file included from ./include/linux/bug.h:5:0,
  751.                  from ./include/linux/thread_info.h:12,
  752.                  from ./arch/x86/include/asm/preempt.h:7,
  753.                  from ./include/linux/preempt.h:78,
  754.                  from ./include/linux/spinlock.h:51,
  755.                  from ./include/linux/seqlock.h:36,
  756.                  from ./include/linux/time.h:6,
  757.                  from ./include/linux/stat.h:19,
  758.                  from ./include/linux/module.h:10,
  759.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  760.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  761.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  762. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  763.   asm_inline volatile("1:\t" ins "\n"    \
  764.                       ^
  765. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  766.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  767.   ^
  768. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  769.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  770.    ^
  771. ./include/linux/kernfs.h:305:2: note: in expansion of macro 'WARN_ON_ONCE'
  772.   WARN_ON_ONCE(kernfs_type(kn) != KERNFS_DIR);
  773.   ^
  774. In file included from <command-line>:0:0:
  775. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  776.  #define asm_inline asm __inline
  777.                         ^
  778. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  779.   asm_inline volatile("1:\t" ins "\n"    \
  780.   ^
  781. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  782.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  783.   ^
  784. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  785.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  786.    ^
  787. ./include/linux/kernfs.h:305:2: note: in expansion of macro 'WARN_ON_ONCE'
  788.   WARN_ON_ONCE(kernfs_type(kn) != KERNFS_DIR);
  789.   ^
  790. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  791.  #define asm_inline asm __inline
  792.                         ^
  793. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  794.   asm_inline volatile("1:\t" ins "\n"    \
  795.   ^
  796. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  797.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  798.   ^
  799. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  800.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  801.    ^
  802. ./include/linux/kernfs.h:306:2: note: in expansion of macro 'WARN_ON_ONCE'
  803.   WARN_ON_ONCE(!RB_EMPTY_ROOT(&kn->dir.children));
  804.   ^
  805. In file included from ./include/linux/bug.h:5:0,
  806.                  from ./include/linux/thread_info.h:12,
  807.                  from ./arch/x86/include/asm/preempt.h:7,
  808.                  from ./include/linux/preempt.h:78,
  809.                  from ./include/linux/spinlock.h:51,
  810.                  from ./include/linux/seqlock.h:36,
  811.                  from ./include/linux/time.h:6,
  812.                  from ./include/linux/stat.h:19,
  813.                  from ./include/linux/module.h:10,
  814.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  815.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  816.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  817. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  818.   asm_inline volatile("1:\t" ins "\n"    \
  819.                       ^
  820. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  821.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  822.   ^
  823. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  824.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  825.    ^
  826. ./include/linux/kernfs.h:306:2: note: in expansion of macro 'WARN_ON_ONCE'
  827.   WARN_ON_ONCE(!RB_EMPTY_ROOT(&kn->dir.children));
  828.   ^
  829. In file included from <command-line>:0:0:
  830. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  831.  #define asm_inline asm __inline
  832.                         ^
  833. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  834.   asm_inline volatile("1:\t" ins "\n"    \
  835.   ^
  836. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  837.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  838.   ^
  839. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  840.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  841.    ^
  842. ./include/linux/kernfs.h:306:2: note: in expansion of macro 'WARN_ON_ONCE'
  843.   WARN_ON_ONCE(!RB_EMPTY_ROOT(&kn->dir.children));
  844.   ^
  845. ./include/linux/kobject.h: In function 'kobject_has_children':
  846. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  847.  #define asm_inline asm __inline
  848.                         ^
  849. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  850.   asm_inline volatile("1:\t" ins "\n"    \
  851.   ^
  852. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  853.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  854.   ^
  855. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  856.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  857.    ^
  858. ./include/linux/kobject.h:134:2: note: in expansion of macro 'WARN_ON_ONCE'
  859.   WARN_ON_ONCE(kref_read(&kobj->kref) == 0);
  860.   ^
  861. In file included from ./include/linux/bug.h:5:0,
  862.                  from ./include/linux/thread_info.h:12,
  863.                  from ./arch/x86/include/asm/preempt.h:7,
  864.                  from ./include/linux/preempt.h:78,
  865.                  from ./include/linux/spinlock.h:51,
  866.                  from ./include/linux/seqlock.h:36,
  867.                  from ./include/linux/time.h:6,
  868.                  from ./include/linux/stat.h:19,
  869.                  from ./include/linux/module.h:10,
  870.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  871.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  872.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  873. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  874.   asm_inline volatile("1:\t" ins "\n"    \
  875.                       ^
  876. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  877.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  878.   ^
  879. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  880.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  881.    ^
  882. ./include/linux/kobject.h:134:2: note: in expansion of macro 'WARN_ON_ONCE'
  883.   WARN_ON_ONCE(kref_read(&kobj->kref) == 0);
  884.   ^
  885. In file included from <command-line>:0:0:
  886. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  887.  #define asm_inline asm __inline
  888.                         ^
  889. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  890.   asm_inline volatile("1:\t" ins "\n"    \
  891.   ^
  892. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  893.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  894.   ^
  895. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  896.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  897.    ^
  898. ./include/linux/kobject.h:134:2: note: in expansion of macro 'WARN_ON_ONCE'
  899.   WARN_ON_ONCE(kref_read(&kobj->kref) == 0);
  900.   ^
  901. ./include/linux/slab.h: In function 'kmalloc_index':
  902. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  903.  #define asm_inline asm __inline
  904.                         ^
  905. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  906.   asm_inline volatile("1:\t" ins "\n"    \
  907.   ^
  908. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  909.   _BUG_FLAGS(ASM_UD2, 0);     \
  910.   ^
  911. ./include/linux/slab.h:386:2: note: in expansion of macro 'BUG'
  912.   BUG();
  913.   ^
  914. In file included from ./include/linux/bug.h:5:0,
  915.                  from ./include/linux/thread_info.h:12,
  916.                  from ./arch/x86/include/asm/preempt.h:7,
  917.                  from ./include/linux/preempt.h:78,
  918.                  from ./include/linux/spinlock.h:51,
  919.                  from ./include/linux/seqlock.h:36,
  920.                  from ./include/linux/time.h:6,
  921.                  from ./include/linux/stat.h:19,
  922.                  from ./include/linux/module.h:10,
  923.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  924.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  925.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  926. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  927.   asm_inline volatile("1:\t" ins "\n"    \
  928.                       ^
  929. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  930.   _BUG_FLAGS(ASM_UD2, 0);     \
  931.   ^
  932. ./include/linux/slab.h:386:2: note: in expansion of macro 'BUG'
  933.   BUG();
  934.   ^
  935. In file included from <command-line>:0:0:
  936. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  937.  #define asm_inline asm __inline
  938.                         ^
  939. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  940.   asm_inline volatile("1:\t" ins "\n"    \
  941.   ^
  942. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  943.   _BUG_FLAGS(ASM_UD2, 0);     \
  944.   ^
  945. ./include/linux/slab.h:386:2: note: in expansion of macro 'BUG'
  946.   BUG();
  947.   ^
  948. ./include/linux/dynamic_queue_limits.h: In function 'dql_queued':
  949. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  950.  #define asm_inline asm __inline
  951.                         ^
  952. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  953.   asm_inline volatile("1:\t" ins "\n"    \
  954.   ^
  955. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  956.   _BUG_FLAGS(ASM_UD2, 0);     \
  957.   ^
  958. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  959.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  960.                                                          ^
  961. ./include/linux/dynamic_queue_limits.h:75:2: note: in expansion of macro 'BUG_ON'
  962.   BUG_ON(count > DQL_MAX_OBJECT);
  963.   ^
  964. In file included from ./include/linux/bug.h:5:0,
  965.                  from ./include/linux/thread_info.h:12,
  966.                  from ./arch/x86/include/asm/preempt.h:7,
  967.                  from ./include/linux/preempt.h:78,
  968.                  from ./include/linux/spinlock.h:51,
  969.                  from ./include/linux/seqlock.h:36,
  970.                  from ./include/linux/time.h:6,
  971.                  from ./include/linux/stat.h:19,
  972.                  from ./include/linux/module.h:10,
  973.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  974.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  975.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  976. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  977.   asm_inline volatile("1:\t" ins "\n"    \
  978.                       ^
  979. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  980.   _BUG_FLAGS(ASM_UD2, 0);     \
  981.   ^
  982. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  983.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  984.                                                          ^
  985. ./include/linux/dynamic_queue_limits.h:75:2: note: in expansion of macro 'BUG_ON'
  986.   BUG_ON(count > DQL_MAX_OBJECT);
  987.   ^
  988. In file included from <command-line>:0:0:
  989. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  990.  #define asm_inline asm __inline
  991.                         ^
  992. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  993.   asm_inline volatile("1:\t" ins "\n"    \
  994.   ^
  995. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  996.   _BUG_FLAGS(ASM_UD2, 0);     \
  997.   ^
  998. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  999.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  1000.                                                          ^
  1001. ./include/linux/dynamic_queue_limits.h:75:2: note: in expansion of macro 'BUG_ON'
  1002.   BUG_ON(count > DQL_MAX_OBJECT);
  1003.   ^
  1004. ./arch/x86/include/asm/smap.h: In function 'clac':
  1005. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1006.  #define asm_inline asm __inline
  1007.                         ^
  1008. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1009.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1010.   ^
  1011. ./arch/x86/include/asm/smap.h:47:2: note: in expansion of macro 'alternative'
  1012.   alternative("", __ASM_CLAC, X86_FEATURE_SMAP);
  1013.   ^
  1014. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  1015.                  from ./include/linux/compiler.h:256,
  1016.                  from ./include/linux/export.h:42,
  1017.                  from ./include/linux/linkage.h:7,
  1018.                  from ./include/linux/kernel.h:8,
  1019.                  from ./include/linux/list.h:9,
  1020.                  from ./include/linux/module.h:9,
  1021.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1022.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1023.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1024. ./arch/x86/include/asm/alternative.h:108:2: error: expected identifier or '(' before string constant
  1025.   "# ALT: oldnstr\n"      \
  1026.   ^
  1027. ./arch/x86/include/asm/alternative.h:159:2: note: in expansion of macro 'OLDINSTR'
  1028.   OLDINSTR(oldinstr, 1)      \
  1029.   ^
  1030. ./arch/x86/include/asm/alternative.h:204:23: note: in expansion of macro 'ALTERNATIVE'
  1031.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1032.                        ^
  1033. ./arch/x86/include/asm/smap.h:47:2: note: in expansion of macro 'alternative'
  1034.   alternative("", __ASM_CLAC, X86_FEATURE_SMAP);
  1035.   ^
  1036. In file included from <command-line>:0:0:
  1037. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1038.  #define asm_inline asm __inline
  1039.                         ^
  1040. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1041.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1042.   ^
  1043. ./arch/x86/include/asm/smap.h:47:2: note: in expansion of macro 'alternative'
  1044.   alternative("", __ASM_CLAC, X86_FEATURE_SMAP);
  1045.   ^
  1046. ./arch/x86/include/asm/smap.h: In function 'stac':
  1047. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1048.  #define asm_inline asm __inline
  1049.                         ^
  1050. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1051.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1052.   ^
  1053. ./arch/x86/include/asm/smap.h:53:2: note: in expansion of macro 'alternative'
  1054.   alternative("", __ASM_STAC, X86_FEATURE_SMAP);
  1055.   ^
  1056. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  1057.                  from ./include/linux/compiler.h:256,
  1058.                  from ./include/linux/export.h:42,
  1059.                  from ./include/linux/linkage.h:7,
  1060.                  from ./include/linux/kernel.h:8,
  1061.                  from ./include/linux/list.h:9,
  1062.                  from ./include/linux/module.h:9,
  1063.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1064.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1065.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1066. ./arch/x86/include/asm/alternative.h:108:2: error: expected identifier or '(' before string constant
  1067.   "# ALT: oldnstr\n"      \
  1068.   ^
  1069. ./arch/x86/include/asm/alternative.h:159:2: note: in expansion of macro 'OLDINSTR'
  1070.   OLDINSTR(oldinstr, 1)      \
  1071.   ^
  1072. ./arch/x86/include/asm/alternative.h:204:23: note: in expansion of macro 'ALTERNATIVE'
  1073.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1074.                        ^
  1075. ./arch/x86/include/asm/smap.h:53:2: note: in expansion of macro 'alternative'
  1076.   alternative("", __ASM_STAC, X86_FEATURE_SMAP);
  1077.   ^
  1078. In file included from <command-line>:0:0:
  1079. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1080.  #define asm_inline asm __inline
  1081.                         ^
  1082. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1083.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1084.   ^
  1085. ./arch/x86/include/asm/smap.h:53:2: note: in expansion of macro 'alternative'
  1086.   alternative("", __ASM_STAC, X86_FEATURE_SMAP);
  1087.   ^
  1088. ./arch/x86/include/asm/uaccess_64.h: In function 'copy_user_generic':
  1089. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1090.  #define asm_inline asm __inline
  1091.                         ^
  1092. ./arch/x86/include/asm/alternative.h:256:2: note: in expansion of macro 'asm_inline'
  1093.   asm_inline volatile (ALTERNATIVE_2("call %P[old]", "call %P[new1]", feature1,\
  1094.   ^
  1095. ./arch/x86/include/asm/uaccess_64.h:37:2: note: in expansion of macro 'alternative_call_2'
  1096.   alternative_call_2(copy_user_generic_unrolled,
  1097.   ^
  1098. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  1099.                  from ./include/linux/compiler.h:256,
  1100.                  from ./include/linux/export.h:42,
  1101.                  from ./include/linux/linkage.h:7,
  1102.                  from ./include/linux/kernel.h:8,
  1103.                  from ./include/linux/list.h:9,
  1104.                  from ./include/linux/module.h:9,
  1105.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1106.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1107.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1108. ./arch/x86/include/asm/alternative.h:128:2: error: expected identifier or '(' before string constant
  1109.   "# ALT: oldinstr2\n"         \
  1110.   ^
  1111. ./arch/x86/include/asm/alternative.h:168:2: note: in expansion of macro 'OLDINSTR_2'
  1112.   OLDINSTR_2(oldinstr, 1, 2)     \
  1113.   ^
  1114. ./arch/x86/include/asm/alternative.h:256:23: note: in expansion of macro 'ALTERNATIVE_2'
  1115.   asm_inline volatile (ALTERNATIVE_2("call %P[old]", "call %P[new1]", feature1,\
  1116.                        ^
  1117. ./arch/x86/include/asm/uaccess_64.h:37:2: note: in expansion of macro 'alternative_call_2'
  1118.   alternative_call_2(copy_user_generic_unrolled,
  1119.   ^
  1120. In file included from <command-line>:0:0:
  1121. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1122.  #define asm_inline asm __inline
  1123.                         ^
  1124. ./arch/x86/include/asm/alternative.h:256:2: note: in expansion of macro 'asm_inline'
  1125.   asm_inline volatile (ALTERNATIVE_2("call %P[old]", "call %P[new1]", feature1,\
  1126.   ^
  1127. ./arch/x86/include/asm/uaccess_64.h:37:2: note: in expansion of macro 'alternative_call_2'
  1128.   alternative_call_2(copy_user_generic_unrolled,
  1129.   ^
  1130. ./arch/x86/include/asm/uaccess_64.h: In function 'raw_copy_from_user':
  1131. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1132.  #define asm_inline asm __inline
  1133.                         ^
  1134. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1135.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1136.   ^
  1137. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1138.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1139.                           ^
  1140. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1141.   barrier_nospec();  \
  1142.   ^
  1143. ./arch/x86/include/asm/uaccess_64.h:74:3: note: in expansion of macro '__uaccess_begin_nospec'
  1144.    __uaccess_begin_nospec();
  1145.    ^
  1146. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  1147.                  from ./include/linux/compiler.h:256,
  1148.                  from ./include/linux/export.h:42,
  1149.                  from ./include/linux/linkage.h:7,
  1150.                  from ./include/linux/kernel.h:8,
  1151.                  from ./include/linux/list.h:9,
  1152.                  from ./include/linux/module.h:9,
  1153.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1154.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1155.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1156. ./arch/x86/include/asm/alternative.h:108:2: error: expected identifier or '(' before string constant
  1157.   "# ALT: oldnstr\n"      \
  1158.   ^
  1159. ./arch/x86/include/asm/alternative.h:159:2: note: in expansion of macro 'OLDINSTR'
  1160.   OLDINSTR(oldinstr, 1)      \
  1161.   ^
  1162. ./arch/x86/include/asm/alternative.h:204:23: note: in expansion of macro 'ALTERNATIVE'
  1163.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1164.                        ^
  1165. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1166.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1167.                           ^
  1168. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1169.   barrier_nospec();  \
  1170.   ^
  1171. ./arch/x86/include/asm/uaccess_64.h:74:3: note: in expansion of macro '__uaccess_begin_nospec'
  1172.    __uaccess_begin_nospec();
  1173.    ^
  1174. In file included from <command-line>:0:0:
  1175. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1176.  #define asm_inline asm __inline
  1177.                         ^
  1178. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1179.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1180.   ^
  1181. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1182.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1183.                           ^
  1184. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1185.   barrier_nospec();  \
  1186.   ^
  1187. ./arch/x86/include/asm/uaccess_64.h:74:3: note: in expansion of macro '__uaccess_begin_nospec'
  1188.    __uaccess_begin_nospec();
  1189.    ^
  1190. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1191.  #define asm_inline asm __inline
  1192.                         ^
  1193. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1194.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1195.   ^
  1196. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1197.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1198.                           ^
  1199. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1200.   barrier_nospec();  \
  1201.   ^
  1202. ./arch/x86/include/asm/uaccess_64.h:80:3: note: in expansion of macro '__uaccess_begin_nospec'
  1203.    __uaccess_begin_nospec();
  1204.    ^
  1205. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  1206.                  from ./include/linux/compiler.h:256,
  1207.                  from ./include/linux/export.h:42,
  1208.                  from ./include/linux/linkage.h:7,
  1209.                  from ./include/linux/kernel.h:8,
  1210.                  from ./include/linux/list.h:9,
  1211.                  from ./include/linux/module.h:9,
  1212.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1213.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1214.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1215. ./arch/x86/include/asm/alternative.h:108:2: error: expected identifier or '(' before string constant
  1216.   "# ALT: oldnstr\n"      \
  1217.   ^
  1218. ./arch/x86/include/asm/alternative.h:159:2: note: in expansion of macro 'OLDINSTR'
  1219.   OLDINSTR(oldinstr, 1)      \
  1220.   ^
  1221. ./arch/x86/include/asm/alternative.h:204:23: note: in expansion of macro 'ALTERNATIVE'
  1222.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1223.                        ^
  1224. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1225.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1226.                           ^
  1227. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1228.   barrier_nospec();  \
  1229.   ^
  1230. ./arch/x86/include/asm/uaccess_64.h:80:3: note: in expansion of macro '__uaccess_begin_nospec'
  1231.    __uaccess_begin_nospec();
  1232.    ^
  1233. In file included from <command-line>:0:0:
  1234. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1235.  #define asm_inline asm __inline
  1236.                         ^
  1237. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1238.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1239.   ^
  1240. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1241.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1242.                           ^
  1243. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1244.   barrier_nospec();  \
  1245.   ^
  1246. ./arch/x86/include/asm/uaccess_64.h:80:3: note: in expansion of macro '__uaccess_begin_nospec'
  1247.    __uaccess_begin_nospec();
  1248.    ^
  1249. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1250.  #define asm_inline asm __inline
  1251.                         ^
  1252. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1253.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1254.   ^
  1255. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1256.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1257.                           ^
  1258. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1259.   barrier_nospec();  \
  1260.   ^
  1261. ./arch/x86/include/asm/uaccess_64.h:86:3: note: in expansion of macro '__uaccess_begin_nospec'
  1262.    __uaccess_begin_nospec();
  1263.    ^
  1264. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  1265.                  from ./include/linux/compiler.h:256,
  1266.                  from ./include/linux/export.h:42,
  1267.                  from ./include/linux/linkage.h:7,
  1268.                  from ./include/linux/kernel.h:8,
  1269.                  from ./include/linux/list.h:9,
  1270.                  from ./include/linux/module.h:9,
  1271.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1272.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1273.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1274. ./arch/x86/include/asm/alternative.h:108:2: error: expected identifier or '(' before string constant
  1275.   "# ALT: oldnstr\n"      \
  1276.   ^
  1277. ./arch/x86/include/asm/alternative.h:159:2: note: in expansion of macro 'OLDINSTR'
  1278.   OLDINSTR(oldinstr, 1)      \
  1279.   ^
  1280. ./arch/x86/include/asm/alternative.h:204:23: note: in expansion of macro 'ALTERNATIVE'
  1281.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1282.                        ^
  1283. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1284.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1285.                           ^
  1286. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1287.   barrier_nospec();  \
  1288.   ^
  1289. ./arch/x86/include/asm/uaccess_64.h:86:3: note: in expansion of macro '__uaccess_begin_nospec'
  1290.    __uaccess_begin_nospec();
  1291.    ^
  1292. In file included from <command-line>:0:0:
  1293. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1294.  #define asm_inline asm __inline
  1295.                         ^
  1296. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1297.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1298.   ^
  1299. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1300.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1301.                           ^
  1302. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1303.   barrier_nospec();  \
  1304.   ^
  1305. ./arch/x86/include/asm/uaccess_64.h:86:3: note: in expansion of macro '__uaccess_begin_nospec'
  1306.    __uaccess_begin_nospec();
  1307.    ^
  1308. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1309.  #define asm_inline asm __inline
  1310.                         ^
  1311. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1312.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1313.   ^
  1314. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1315.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1316.                           ^
  1317. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1318.   barrier_nospec();  \
  1319.   ^
  1320. ./arch/x86/include/asm/uaccess_64.h:92:3: note: in expansion of macro '__uaccess_begin_nospec'
  1321.    __uaccess_begin_nospec();
  1322.    ^
  1323. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  1324.                  from ./include/linux/compiler.h:256,
  1325.                  from ./include/linux/export.h:42,
  1326.                  from ./include/linux/linkage.h:7,
  1327.                  from ./include/linux/kernel.h:8,
  1328.                  from ./include/linux/list.h:9,
  1329.                  from ./include/linux/module.h:9,
  1330.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1331.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1332.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1333. ./arch/x86/include/asm/alternative.h:108:2: error: expected identifier or '(' before string constant
  1334.   "# ALT: oldnstr\n"      \
  1335.   ^
  1336. ./arch/x86/include/asm/alternative.h:159:2: note: in expansion of macro 'OLDINSTR'
  1337.   OLDINSTR(oldinstr, 1)      \
  1338.   ^
  1339. ./arch/x86/include/asm/alternative.h:204:23: note: in expansion of macro 'ALTERNATIVE'
  1340.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1341.                        ^
  1342. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1343.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1344.                           ^
  1345. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1346.   barrier_nospec();  \
  1347.   ^
  1348. ./arch/x86/include/asm/uaccess_64.h:92:3: note: in expansion of macro '__uaccess_begin_nospec'
  1349.    __uaccess_begin_nospec();
  1350.    ^
  1351. In file included from <command-line>:0:0:
  1352. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1353.  #define asm_inline asm __inline
  1354.                         ^
  1355. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1356.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1357.   ^
  1358. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1359.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1360.                           ^
  1361. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1362.   barrier_nospec();  \
  1363.   ^
  1364. ./arch/x86/include/asm/uaccess_64.h:92:3: note: in expansion of macro '__uaccess_begin_nospec'
  1365.    __uaccess_begin_nospec();
  1366.    ^
  1367. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1368.  #define asm_inline asm __inline
  1369.                         ^
  1370. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1371.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1372.   ^
  1373. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1374.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1375.                           ^
  1376. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1377.   barrier_nospec();  \
  1378.   ^
  1379. ./arch/x86/include/asm/uaccess_64.h:98:3: note: in expansion of macro '__uaccess_begin_nospec'
  1380.    __uaccess_begin_nospec();
  1381.    ^
  1382. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  1383.                  from ./include/linux/compiler.h:256,
  1384.                  from ./include/linux/export.h:42,
  1385.                  from ./include/linux/linkage.h:7,
  1386.                  from ./include/linux/kernel.h:8,
  1387.                  from ./include/linux/list.h:9,
  1388.                  from ./include/linux/module.h:9,
  1389.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1390.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1391.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1392. ./arch/x86/include/asm/alternative.h:108:2: error: expected identifier or '(' before string constant
  1393.   "# ALT: oldnstr\n"      \
  1394.   ^
  1395. ./arch/x86/include/asm/alternative.h:159:2: note: in expansion of macro 'OLDINSTR'
  1396.   OLDINSTR(oldinstr, 1)      \
  1397.   ^
  1398. ./arch/x86/include/asm/alternative.h:204:23: note: in expansion of macro 'ALTERNATIVE'
  1399.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1400.                        ^
  1401. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1402.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1403.                           ^
  1404. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1405.   barrier_nospec();  \
  1406.   ^
  1407. ./arch/x86/include/asm/uaccess_64.h:98:3: note: in expansion of macro '__uaccess_begin_nospec'
  1408.    __uaccess_begin_nospec();
  1409.    ^
  1410. In file included from <command-line>:0:0:
  1411. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1412.  #define asm_inline asm __inline
  1413.                         ^
  1414. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1415.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1416.   ^
  1417. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1418.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1419.                           ^
  1420. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1421.   barrier_nospec();  \
  1422.   ^
  1423. ./arch/x86/include/asm/uaccess_64.h:98:3: note: in expansion of macro '__uaccess_begin_nospec'
  1424.    __uaccess_begin_nospec();
  1425.    ^
  1426. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1427.  #define asm_inline asm __inline
  1428.                         ^
  1429. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1430.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1431.   ^
  1432. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1433.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1434.                           ^
  1435. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1436.   barrier_nospec();  \
  1437.   ^
  1438. ./arch/x86/include/asm/uaccess_64.h:108:3: note: in expansion of macro '__uaccess_begin_nospec'
  1439.    __uaccess_begin_nospec();
  1440.    ^
  1441. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  1442.                  from ./include/linux/compiler.h:256,
  1443.                  from ./include/linux/export.h:42,
  1444.                  from ./include/linux/linkage.h:7,
  1445.                  from ./include/linux/kernel.h:8,
  1446.                  from ./include/linux/list.h:9,
  1447.                  from ./include/linux/module.h:9,
  1448.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1449.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1450.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1451. ./arch/x86/include/asm/alternative.h:108:2: error: expected identifier or '(' before string constant
  1452.   "# ALT: oldnstr\n"      \
  1453.   ^
  1454. ./arch/x86/include/asm/alternative.h:159:2: note: in expansion of macro 'OLDINSTR'
  1455.   OLDINSTR(oldinstr, 1)      \
  1456.   ^
  1457. ./arch/x86/include/asm/alternative.h:204:23: note: in expansion of macro 'ALTERNATIVE'
  1458.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1459.                        ^
  1460. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1461.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1462.                           ^
  1463. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1464.   barrier_nospec();  \
  1465.   ^
  1466. ./arch/x86/include/asm/uaccess_64.h:108:3: note: in expansion of macro '__uaccess_begin_nospec'
  1467.    __uaccess_begin_nospec();
  1468.    ^
  1469. In file included from <command-line>:0:0:
  1470. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1471.  #define asm_inline asm __inline
  1472.                         ^
  1473. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1474.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1475.   ^
  1476. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1477.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1478.                           ^
  1479. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1480.   barrier_nospec();  \
  1481.   ^
  1482. ./arch/x86/include/asm/uaccess_64.h:108:3: note: in expansion of macro '__uaccess_begin_nospec'
  1483.    __uaccess_begin_nospec();
  1484.    ^
  1485. ./arch/x86/include/asm/uaccess.h: In function 'user_access_begin':
  1486. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1487.  #define asm_inline asm __inline
  1488.                         ^
  1489. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1490.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1491.   ^
  1492. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1493.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1494.                           ^
  1495. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1496.   barrier_nospec();  \
  1497.   ^
  1498. ./arch/x86/include/asm/uaccess.h:716:2: note: in expansion of macro '__uaccess_begin_nospec'
  1499.   __uaccess_begin_nospec();
  1500.   ^
  1501. In file included from ./arch/x86/include/asm/barrier.h:5:0,
  1502.                  from ./include/linux/compiler.h:256,
  1503.                  from ./include/linux/export.h:42,
  1504.                  from ./include/linux/linkage.h:7,
  1505.                  from ./include/linux/kernel.h:8,
  1506.                  from ./include/linux/list.h:9,
  1507.                  from ./include/linux/module.h:9,
  1508.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1509.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1510.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1511. ./arch/x86/include/asm/alternative.h:108:2: error: expected identifier or '(' before string constant
  1512.   "# ALT: oldnstr\n"      \
  1513.   ^
  1514. ./arch/x86/include/asm/alternative.h:159:2: note: in expansion of macro 'OLDINSTR'
  1515.   OLDINSTR(oldinstr, 1)      \
  1516.   ^
  1517. ./arch/x86/include/asm/alternative.h:204:23: note: in expansion of macro 'ALTERNATIVE'
  1518.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1519.                        ^
  1520. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1521.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1522.                           ^
  1523. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1524.   barrier_nospec();  \
  1525.   ^
  1526. ./arch/x86/include/asm/uaccess.h:716:2: note: in expansion of macro '__uaccess_begin_nospec'
  1527.   __uaccess_begin_nospec();
  1528.   ^
  1529. In file included from <command-line>:0:0:
  1530. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1531.  #define asm_inline asm __inline
  1532.                         ^
  1533. ./arch/x86/include/asm/alternative.h:204:2: note: in expansion of macro 'asm_inline'
  1534.   asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
  1535.   ^
  1536. ./arch/x86/include/asm/barrier.h:52:26: note: in expansion of macro 'alternative'
  1537.  #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
  1538.                           ^
  1539. ./arch/x86/include/asm/uaccess.h:125:2: note: in expansion of macro 'barrier_nospec'
  1540.   barrier_nospec();  \
  1541.   ^
  1542. ./arch/x86/include/asm/uaccess.h:716:2: note: in expansion of macro '__uaccess_begin_nospec'
  1543.   __uaccess_begin_nospec();
  1544.   ^
  1545. ./include/linux/crypto.h: In function 'crypto_blkcipher_cast':
  1546. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1547.  #define asm_inline asm __inline
  1548.                         ^
  1549. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1550.   asm_inline volatile("1:\t" ins "\n"    \
  1551.   ^
  1552. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  1553.   _BUG_FLAGS(ASM_UD2, 0);     \
  1554.   ^
  1555. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  1556.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  1557.                                                          ^
  1558. ./include/linux/crypto.h:1305:2: note: in expansion of macro 'BUG_ON'
  1559.   BUG_ON(crypto_tfm_alg_type(tfm) != CRYPTO_ALG_TYPE_BLKCIPHER);
  1560.   ^
  1561. In file included from ./include/linux/bug.h:5:0,
  1562.                  from ./include/linux/thread_info.h:12,
  1563.                  from ./arch/x86/include/asm/preempt.h:7,
  1564.                  from ./include/linux/preempt.h:78,
  1565.                  from ./include/linux/spinlock.h:51,
  1566.                  from ./include/linux/seqlock.h:36,
  1567.                  from ./include/linux/time.h:6,
  1568.                  from ./include/linux/stat.h:19,
  1569.                  from ./include/linux/module.h:10,
  1570.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1571.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1572.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1573. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  1574.   asm_inline volatile("1:\t" ins "\n"    \
  1575.                       ^
  1576. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  1577.   _BUG_FLAGS(ASM_UD2, 0);     \
  1578.   ^
  1579. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  1580.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  1581.                                                          ^
  1582. ./include/linux/crypto.h:1305:2: note: in expansion of macro 'BUG_ON'
  1583.   BUG_ON(crypto_tfm_alg_type(tfm) != CRYPTO_ALG_TYPE_BLKCIPHER);
  1584.   ^
  1585. In file included from <command-line>:0:0:
  1586. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1587.  #define asm_inline asm __inline
  1588.                         ^
  1589. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1590.   asm_inline volatile("1:\t" ins "\n"    \
  1591.   ^
  1592. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  1593.   _BUG_FLAGS(ASM_UD2, 0);     \
  1594.   ^
  1595. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  1596.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  1597.                                                          ^
  1598. ./include/linux/crypto.h:1305:2: note: in expansion of macro 'BUG_ON'
  1599.   BUG_ON(crypto_tfm_alg_type(tfm) != CRYPTO_ALG_TYPE_BLKCIPHER);
  1600.   ^
  1601. ./include/linux/crypto.h: In function 'crypto_cipher_cast':
  1602. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1603.  #define asm_inline asm __inline
  1604.                         ^
  1605. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1606.   asm_inline volatile("1:\t" ins "\n"    \
  1607.   ^
  1608. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  1609.   _BUG_FLAGS(ASM_UD2, 0);     \
  1610.   ^
  1611. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  1612.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  1613.                                                          ^
  1614. ./include/linux/crypto.h:1625:2: note: in expansion of macro 'BUG_ON'
  1615.   BUG_ON(crypto_tfm_alg_type(tfm) != CRYPTO_ALG_TYPE_CIPHER);
  1616.   ^
  1617. In file included from ./include/linux/bug.h:5:0,
  1618.                  from ./include/linux/thread_info.h:12,
  1619.                  from ./arch/x86/include/asm/preempt.h:7,
  1620.                  from ./include/linux/preempt.h:78,
  1621.                  from ./include/linux/spinlock.h:51,
  1622.                  from ./include/linux/seqlock.h:36,
  1623.                  from ./include/linux/time.h:6,
  1624.                  from ./include/linux/stat.h:19,
  1625.                  from ./include/linux/module.h:10,
  1626.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1627.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1628.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1629. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  1630.   asm_inline volatile("1:\t" ins "\n"    \
  1631.                       ^
  1632. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  1633.   _BUG_FLAGS(ASM_UD2, 0);     \
  1634.   ^
  1635. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  1636.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  1637.                                                          ^
  1638. ./include/linux/crypto.h:1625:2: note: in expansion of macro 'BUG_ON'
  1639.   BUG_ON(crypto_tfm_alg_type(tfm) != CRYPTO_ALG_TYPE_CIPHER);
  1640.   ^
  1641. In file included from <command-line>:0:0:
  1642. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1643.  #define asm_inline asm __inline
  1644.                         ^
  1645. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1646.   asm_inline volatile("1:\t" ins "\n"    \
  1647.   ^
  1648. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  1649.   _BUG_FLAGS(ASM_UD2, 0);     \
  1650.   ^
  1651. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  1652.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  1653.                                                          ^
  1654. ./include/linux/crypto.h:1625:2: note: in expansion of macro 'BUG_ON'
  1655.   BUG_ON(crypto_tfm_alg_type(tfm) != CRYPTO_ALG_TYPE_CIPHER);
  1656.   ^
  1657. ./include/linux/crypto.h: In function 'crypto_comp_cast':
  1658. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1659.  #define asm_inline asm __inline
  1660.                         ^
  1661. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1662.   asm_inline volatile("1:\t" ins "\n"    \
  1663.   ^
  1664. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  1665.   _BUG_FLAGS(ASM_UD2, 0);     \
  1666.   ^
  1667. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  1668.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  1669.                                                          ^
  1670. ./include/linux/crypto.h:1790:2: note: in expansion of macro 'BUG_ON'
  1671.   BUG_ON((crypto_tfm_alg_type(tfm) ^ CRYPTO_ALG_TYPE_COMPRESS) &
  1672.   ^
  1673. In file included from ./include/linux/bug.h:5:0,
  1674.                  from ./include/linux/thread_info.h:12,
  1675.                  from ./arch/x86/include/asm/preempt.h:7,
  1676.                  from ./include/linux/preempt.h:78,
  1677.                  from ./include/linux/spinlock.h:51,
  1678.                  from ./include/linux/seqlock.h:36,
  1679.                  from ./include/linux/time.h:6,
  1680.                  from ./include/linux/stat.h:19,
  1681.                  from ./include/linux/module.h:10,
  1682.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1683.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1684.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1685. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  1686.   asm_inline volatile("1:\t" ins "\n"    \
  1687.                       ^
  1688. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  1689.   _BUG_FLAGS(ASM_UD2, 0);     \
  1690.   ^
  1691. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  1692.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  1693.                                                          ^
  1694. ./include/linux/crypto.h:1790:2: note: in expansion of macro 'BUG_ON'
  1695.   BUG_ON((crypto_tfm_alg_type(tfm) ^ CRYPTO_ALG_TYPE_COMPRESS) &
  1696.   ^
  1697. In file included from <command-line>:0:0:
  1698. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1699.  #define asm_inline asm __inline
  1700.                         ^
  1701. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1702.   asm_inline volatile("1:\t" ins "\n"    \
  1703.   ^
  1704. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  1705.   _BUG_FLAGS(ASM_UD2, 0);     \
  1706.   ^
  1707. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  1708.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  1709.                                                          ^
  1710. ./include/linux/crypto.h:1790:2: note: in expansion of macro 'BUG_ON'
  1711.   BUG_ON((crypto_tfm_alg_type(tfm) ^ CRYPTO_ALG_TYPE_COMPRESS) &
  1712.   ^
  1713. ./include/linux/iocontext.h: In function 'get_io_context_active':
  1714. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1715.  #define asm_inline asm __inline
  1716.                         ^
  1717. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1718.   asm_inline volatile("1:\t" ins "\n"    \
  1719.   ^
  1720. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  1721.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  1722.   ^
  1723. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  1724.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  1725.    ^
  1726. ./include/linux/iocontext.h:132:2: note: in expansion of macro 'WARN_ON_ONCE'
  1727.   WARN_ON_ONCE(atomic_long_read(&ioc->refcount) <= 0);
  1728.   ^
  1729. In file included from ./include/linux/bug.h:5:0,
  1730.                  from ./include/linux/thread_info.h:12,
  1731.                  from ./arch/x86/include/asm/preempt.h:7,
  1732.                  from ./include/linux/preempt.h:78,
  1733.                  from ./include/linux/spinlock.h:51,
  1734.                  from ./include/linux/seqlock.h:36,
  1735.                  from ./include/linux/time.h:6,
  1736.                  from ./include/linux/stat.h:19,
  1737.                  from ./include/linux/module.h:10,
  1738.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1739.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1740.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1741. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  1742.   asm_inline volatile("1:\t" ins "\n"    \
  1743.                       ^
  1744. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  1745.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  1746.   ^
  1747. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  1748.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  1749.    ^
  1750. ./include/linux/iocontext.h:132:2: note: in expansion of macro 'WARN_ON_ONCE'
  1751.   WARN_ON_ONCE(atomic_long_read(&ioc->refcount) <= 0);
  1752.   ^
  1753. In file included from <command-line>:0:0:
  1754. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1755.  #define asm_inline asm __inline
  1756.                         ^
  1757. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1758.   asm_inline volatile("1:\t" ins "\n"    \
  1759.   ^
  1760. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  1761.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  1762.   ^
  1763. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  1764.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  1765.    ^
  1766. ./include/linux/iocontext.h:132:2: note: in expansion of macro 'WARN_ON_ONCE'
  1767.   WARN_ON_ONCE(atomic_long_read(&ioc->refcount) <= 0);
  1768.   ^
  1769. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1770.  #define asm_inline asm __inline
  1771.                         ^
  1772. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1773.   asm_inline volatile("1:\t" ins "\n"    \
  1774.   ^
  1775. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  1776.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  1777.   ^
  1778. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  1779.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  1780.    ^
  1781. ./include/linux/iocontext.h:133:2: note: in expansion of macro 'WARN_ON_ONCE'
  1782.   WARN_ON_ONCE(atomic_read(&ioc->active_ref) <= 0);
  1783.   ^
  1784. In file included from ./include/linux/bug.h:5:0,
  1785.                  from ./include/linux/thread_info.h:12,
  1786.                  from ./arch/x86/include/asm/preempt.h:7,
  1787.                  from ./include/linux/preempt.h:78,
  1788.                  from ./include/linux/spinlock.h:51,
  1789.                  from ./include/linux/seqlock.h:36,
  1790.                  from ./include/linux/time.h:6,
  1791.                  from ./include/linux/stat.h:19,
  1792.                  from ./include/linux/module.h:10,
  1793.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1794.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1795.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1796. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  1797.   asm_inline volatile("1:\t" ins "\n"    \
  1798.                       ^
  1799. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  1800.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  1801.   ^
  1802. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  1803.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  1804.    ^
  1805. ./include/linux/iocontext.h:133:2: note: in expansion of macro 'WARN_ON_ONCE'
  1806.   WARN_ON_ONCE(atomic_read(&ioc->active_ref) <= 0);
  1807.   ^
  1808. In file included from <command-line>:0:0:
  1809. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1810.  #define asm_inline asm __inline
  1811.                         ^
  1812. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1813.   asm_inline volatile("1:\t" ins "\n"    \
  1814.   ^
  1815. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  1816.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  1817.   ^
  1818. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  1819.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  1820.    ^
  1821. ./include/linux/iocontext.h:133:2: note: in expansion of macro 'WARN_ON_ONCE'
  1822.   WARN_ON_ONCE(atomic_read(&ioc->active_ref) <= 0);
  1823.   ^
  1824. ./include/linux/iocontext.h: In function 'ioc_task_link':
  1825. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1826.  #define asm_inline asm __inline
  1827.                         ^
  1828. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1829.   asm_inline volatile("1:\t" ins "\n"    \
  1830.   ^
  1831. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  1832.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  1833.   ^
  1834. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  1835.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  1836.    ^
  1837. ./include/linux/iocontext.h:142:2: note: in expansion of macro 'WARN_ON_ONCE'
  1838.   WARN_ON_ONCE(atomic_read(&ioc->nr_tasks) <= 0);
  1839.   ^
  1840. In file included from ./include/linux/bug.h:5:0,
  1841.                  from ./include/linux/thread_info.h:12,
  1842.                  from ./arch/x86/include/asm/preempt.h:7,
  1843.                  from ./include/linux/preempt.h:78,
  1844.                  from ./include/linux/spinlock.h:51,
  1845.                  from ./include/linux/seqlock.h:36,
  1846.                  from ./include/linux/time.h:6,
  1847.                  from ./include/linux/stat.h:19,
  1848.                  from ./include/linux/module.h:10,
  1849.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1850.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1851.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1852. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  1853.   asm_inline volatile("1:\t" ins "\n"    \
  1854.                       ^
  1855. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  1856.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  1857.   ^
  1858. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  1859.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  1860.    ^
  1861. ./include/linux/iocontext.h:142:2: note: in expansion of macro 'WARN_ON_ONCE'
  1862.   WARN_ON_ONCE(atomic_read(&ioc->nr_tasks) <= 0);
  1863.   ^
  1864. In file included from <command-line>:0:0:
  1865. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1866.  #define asm_inline asm __inline
  1867.                         ^
  1868. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1869.   asm_inline volatile("1:\t" ins "\n"    \
  1870.   ^
  1871. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  1872.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  1873.   ^
  1874. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  1875.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  1876.    ^
  1877. ./include/linux/iocontext.h:142:2: note: in expansion of macro 'WARN_ON_ONCE'
  1878.   WARN_ON_ONCE(atomic_read(&ioc->nr_tasks) <= 0);
  1879.   ^
  1880. ./include/linux/quota.h: In function 'make_kqid':
  1881. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1882.  #define asm_inline asm __inline
  1883.                         ^
  1884. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1885.   asm_inline volatile("1:\t" ins "\n"    \
  1886.   ^
  1887. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  1888.   _BUG_FLAGS(ASM_UD2, 0);     \
  1889.   ^
  1890. ./include/linux/quota.h:114:3: note: in expansion of macro 'BUG'
  1891.    BUG();
  1892.    ^
  1893. In file included from ./include/linux/bug.h:5:0,
  1894.                  from ./include/linux/thread_info.h:12,
  1895.                  from ./arch/x86/include/asm/preempt.h:7,
  1896.                  from ./include/linux/preempt.h:78,
  1897.                  from ./include/linux/spinlock.h:51,
  1898.                  from ./include/linux/seqlock.h:36,
  1899.                  from ./include/linux/time.h:6,
  1900.                  from ./include/linux/stat.h:19,
  1901.                  from ./include/linux/module.h:10,
  1902.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1903.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1904.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1905. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  1906.   asm_inline volatile("1:\t" ins "\n"    \
  1907.                       ^
  1908. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  1909.   _BUG_FLAGS(ASM_UD2, 0);     \
  1910.   ^
  1911. ./include/linux/quota.h:114:3: note: in expansion of macro 'BUG'
  1912.    BUG();
  1913.    ^
  1914. In file included from <command-line>:0:0:
  1915. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1916.  #define asm_inline asm __inline
  1917.                         ^
  1918. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1919.   asm_inline volatile("1:\t" ins "\n"    \
  1920.   ^
  1921. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  1922.   _BUG_FLAGS(ASM_UD2, 0);     \
  1923.   ^
  1924. ./include/linux/quota.h:114:3: note: in expansion of macro 'BUG'
  1925.    BUG();
  1926.    ^
  1927. ./include/linux/quota.h: In function 'make_kqid_invalid':
  1928. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1929.  #define asm_inline asm __inline
  1930.                         ^
  1931. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1932.   asm_inline volatile("1:\t" ins "\n"    \
  1933.   ^
  1934. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  1935.   _BUG_FLAGS(ASM_UD2, 0);     \
  1936.   ^
  1937. ./include/linux/quota.h:141:3: note: in expansion of macro 'BUG'
  1938.    BUG();
  1939.    ^
  1940. In file included from ./include/linux/bug.h:5:0,
  1941.                  from ./include/linux/thread_info.h:12,
  1942.                  from ./arch/x86/include/asm/preempt.h:7,
  1943.                  from ./include/linux/preempt.h:78,
  1944.                  from ./include/linux/spinlock.h:51,
  1945.                  from ./include/linux/seqlock.h:36,
  1946.                  from ./include/linux/time.h:6,
  1947.                  from ./include/linux/stat.h:19,
  1948.                  from ./include/linux/module.h:10,
  1949.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  1950.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  1951.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  1952. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  1953.   asm_inline volatile("1:\t" ins "\n"    \
  1954.                       ^
  1955. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  1956.   _BUG_FLAGS(ASM_UD2, 0);     \
  1957.   ^
  1958. ./include/linux/quota.h:141:3: note: in expansion of macro 'BUG'
  1959.    BUG();
  1960.    ^
  1961. In file included from <command-line>:0:0:
  1962. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  1963.  #define asm_inline asm __inline
  1964.                         ^
  1965. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1966.   asm_inline volatile("1:\t" ins "\n"    \
  1967.   ^
  1968. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  1969.   _BUG_FLAGS(ASM_UD2, 0);     \
  1970.   ^
  1971. ./include/linux/quota.h:141:3: note: in expansion of macro 'BUG'
  1972.    BUG();
  1973.    ^
  1974. ./include/linux/fs.h: In function 'filemap_nr_thps_inc':
  1975. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  1976.  #define asm_inline asm __inline
  1977.                         ^
  1978. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  1979.   asm_inline volatile("1:\t" ins "\n"    \
  1980.   ^
  1981. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  1982.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  1983.   ^
  1984. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  1985.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  1986.    ^
  1987. ./include/linux/fs.h:2848:2: note: in expansion of macro 'WARN_ON_ONCE'
  1988.   WARN_ON_ONCE(1);
  1989.   ^
  1990. In file included from ./include/linux/bug.h:5:0,
  1991.                  from ./include/linux/thread_info.h:12,
  1992.                  from ./arch/x86/include/asm/preempt.h:7,
  1993.                  from ./include/linux/preempt.h:78,
  1994.                  from ./include/linux/spinlock.h:51,
  1995.                  from ./include/linux/seqlock.h:36,
  1996.                  from ./include/linux/time.h:6,
  1997.                  from ./include/linux/stat.h:19,
  1998.                  from ./include/linux/module.h:10,
  1999.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2000.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2001.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2002. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2003.   asm_inline volatile("1:\t" ins "\n"    \
  2004.                       ^
  2005. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2006.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2007.   ^
  2008. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  2009.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  2010.    ^
  2011. ./include/linux/fs.h:2848:2: note: in expansion of macro 'WARN_ON_ONCE'
  2012.   WARN_ON_ONCE(1);
  2013.   ^
  2014. In file included from <command-line>:0:0:
  2015. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2016.  #define asm_inline asm __inline
  2017.                         ^
  2018. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2019.   asm_inline volatile("1:\t" ins "\n"    \
  2020.   ^
  2021. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2022.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2023.   ^
  2024. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  2025.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  2026.    ^
  2027. ./include/linux/fs.h:2848:2: note: in expansion of macro 'WARN_ON_ONCE'
  2028.   WARN_ON_ONCE(1);
  2029.   ^
  2030. ./include/linux/fs.h: In function 'filemap_nr_thps_dec':
  2031. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2032.  #define asm_inline asm __inline
  2033.                         ^
  2034. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2035.   asm_inline volatile("1:\t" ins "\n"    \
  2036.   ^
  2037. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2038.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2039.   ^
  2040. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  2041.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  2042.    ^
  2043. ./include/linux/fs.h:2857:2: note: in expansion of macro 'WARN_ON_ONCE'
  2044.   WARN_ON_ONCE(1);
  2045.   ^
  2046. In file included from ./include/linux/bug.h:5:0,
  2047.                  from ./include/linux/thread_info.h:12,
  2048.                  from ./arch/x86/include/asm/preempt.h:7,
  2049.                  from ./include/linux/preempt.h:78,
  2050.                  from ./include/linux/spinlock.h:51,
  2051.                  from ./include/linux/seqlock.h:36,
  2052.                  from ./include/linux/time.h:6,
  2053.                  from ./include/linux/stat.h:19,
  2054.                  from ./include/linux/module.h:10,
  2055.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2056.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2057.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2058. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2059.   asm_inline volatile("1:\t" ins "\n"    \
  2060.                       ^
  2061. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2062.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2063.   ^
  2064. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  2065.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  2066.    ^
  2067. ./include/linux/fs.h:2857:2: note: in expansion of macro 'WARN_ON_ONCE'
  2068.   WARN_ON_ONCE(1);
  2069.   ^
  2070. In file included from <command-line>:0:0:
  2071. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2072.  #define asm_inline asm __inline
  2073.                         ^
  2074. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2075.   asm_inline volatile("1:\t" ins "\n"    \
  2076.   ^
  2077. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2078.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2079.   ^
  2080. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  2081.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  2082.    ^
  2083. ./include/linux/fs.h:2857:2: note: in expansion of macro 'WARN_ON_ONCE'
  2084.   WARN_ON_ONCE(1);
  2085.   ^
  2086. ./include/linux/fs.h: In function 'i_readcount_dec':
  2087. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2088.  #define asm_inline asm __inline
  2089.                         ^
  2090. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2091.   asm_inline volatile("1:\t" ins "\n"    \
  2092.   ^
  2093. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2094.   _BUG_FLAGS(ASM_UD2, 0);     \
  2095.   ^
  2096. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2097.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2098.                                                          ^
  2099. ./include/linux/fs.h:2964:2: note: in expansion of macro 'BUG_ON'
  2100.   BUG_ON(!atomic_read(&inode->i_readcount));
  2101.   ^
  2102. In file included from ./include/linux/bug.h:5:0,
  2103.                  from ./include/linux/thread_info.h:12,
  2104.                  from ./arch/x86/include/asm/preempt.h:7,
  2105.                  from ./include/linux/preempt.h:78,
  2106.                  from ./include/linux/spinlock.h:51,
  2107.                  from ./include/linux/seqlock.h:36,
  2108.                  from ./include/linux/time.h:6,
  2109.                  from ./include/linux/stat.h:19,
  2110.                  from ./include/linux/module.h:10,
  2111.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2112.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2113.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2114. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2115.   asm_inline volatile("1:\t" ins "\n"    \
  2116.                       ^
  2117. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2118.   _BUG_FLAGS(ASM_UD2, 0);     \
  2119.   ^
  2120. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2121.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2122.                                                          ^
  2123. ./include/linux/fs.h:2964:2: note: in expansion of macro 'BUG_ON'
  2124.   BUG_ON(!atomic_read(&inode->i_readcount));
  2125.   ^
  2126. In file included from <command-line>:0:0:
  2127. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2128.  #define asm_inline asm __inline
  2129.                         ^
  2130. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2131.   asm_inline volatile("1:\t" ins "\n"    \
  2132.   ^
  2133. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2134.   _BUG_FLAGS(ASM_UD2, 0);     \
  2135.   ^
  2136. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2137.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2138.                                                          ^
  2139. ./include/linux/fs.h:2964:2: note: in expansion of macro 'BUG_ON'
  2140.   BUG_ON(!atomic_read(&inode->i_readcount));
  2141.   ^
  2142. ./include/linux/mm.h: In function 'try_get_page':
  2143. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2144.  #define asm_inline asm __inline
  2145.                         ^
  2146. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2147.   asm_inline volatile("1:\t" ins "\n"    \
  2148.   ^
  2149. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2150.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2151.   ^
  2152. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  2153.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  2154.    ^
  2155. ./include/linux/mm.h:1041:6: note: in expansion of macro 'WARN_ON_ONCE'
  2156.   if (WARN_ON_ONCE(page_ref_count(page) <= 0))
  2157.       ^
  2158. In file included from ./include/linux/bug.h:5:0,
  2159.                  from ./include/linux/thread_info.h:12,
  2160.                  from ./arch/x86/include/asm/preempt.h:7,
  2161.                  from ./include/linux/preempt.h:78,
  2162.                  from ./include/linux/spinlock.h:51,
  2163.                  from ./include/linux/seqlock.h:36,
  2164.                  from ./include/linux/time.h:6,
  2165.                  from ./include/linux/stat.h:19,
  2166.                  from ./include/linux/module.h:10,
  2167.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2168.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2169.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2170. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2171.   asm_inline volatile("1:\t" ins "\n"    \
  2172.                       ^
  2173. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2174.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2175.   ^
  2176. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  2177.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  2178.    ^
  2179. ./include/linux/mm.h:1041:6: note: in expansion of macro 'WARN_ON_ONCE'
  2180.   if (WARN_ON_ONCE(page_ref_count(page) <= 0))
  2181.       ^
  2182. In file included from <command-line>:0:0:
  2183. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2184.  #define asm_inline asm __inline
  2185.                         ^
  2186. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2187.   asm_inline volatile("1:\t" ins "\n"    \
  2188.   ^
  2189. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2190.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2191.   ^
  2192. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  2193.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  2194.    ^
  2195. ./include/linux/mm.h:1041:6: note: in expansion of macro 'WARN_ON_ONCE'
  2196.   if (WARN_ON_ONCE(page_ref_count(page) <= 0))
  2197.       ^
  2198. ./include/linux/mm.h: In function 'page_memcg_rcu':
  2199. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2200.  #define asm_inline asm __inline
  2201.                         ^
  2202. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2203.   asm_inline volatile("1:\t" ins "\n"    \
  2204.   ^
  2205. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2206.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2207.   ^
  2208. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  2209.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  2210.    ^
  2211. ./include/linux/mm.h:1305:2: note: in expansion of macro 'WARN_ON_ONCE'
  2212.   WARN_ON_ONCE(!rcu_read_lock_held());
  2213.   ^
  2214. In file included from ./include/linux/bug.h:5:0,
  2215.                  from ./include/linux/thread_info.h:12,
  2216.                  from ./arch/x86/include/asm/preempt.h:7,
  2217.                  from ./include/linux/preempt.h:78,
  2218.                  from ./include/linux/spinlock.h:51,
  2219.                  from ./include/linux/seqlock.h:36,
  2220.                  from ./include/linux/time.h:6,
  2221.                  from ./include/linux/stat.h:19,
  2222.                  from ./include/linux/module.h:10,
  2223.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2224.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2225.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2226. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2227.   asm_inline volatile("1:\t" ins "\n"    \
  2228.                       ^
  2229. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2230.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2231.   ^
  2232. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  2233.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  2234.    ^
  2235. ./include/linux/mm.h:1305:2: note: in expansion of macro 'WARN_ON_ONCE'
  2236.   WARN_ON_ONCE(!rcu_read_lock_held());
  2237.   ^
  2238. In file included from <command-line>:0:0:
  2239. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2240.  #define asm_inline asm __inline
  2241.                         ^
  2242. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2243.   asm_inline volatile("1:\t" ins "\n"    \
  2244.   ^
  2245. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2246.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2247.   ^
  2248. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  2249.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  2250.    ^
  2251. ./include/linux/mm.h:1305:2: note: in expansion of macro 'WARN_ON_ONCE'
  2252.   WARN_ON_ONCE(!rcu_read_lock_held());
  2253.   ^
  2254. ./include/linux/bvec.h: In function 'bvec_iter_advance':
  2255. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2256.  #define asm_inline asm __inline
  2257.                         ^
  2258. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2259.   asm_inline volatile("1:\t" ins "\n"    \
  2260.   ^
  2261. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2262.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2263.   ^
  2264. ./include/asm-generic/bug.h:93:3: note: in expansion of macro '__WARN_FLAGS'
  2265.    __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
  2266.    ^
  2267. ./include/asm-generic/bug.h:124:3: note: in expansion of macro '__WARN_printf'
  2268.    __WARN_printf(TAINT_WARN, format);   \
  2269.    ^
  2270. ./include/asm-generic/bug.h:155:3: note: in expansion of macro 'WARN'
  2271.    WARN(1, format);    \
  2272.    ^
  2273. ./include/linux/bvec.h:90:6: note: in expansion of macro 'WARN_ONCE'
  2274.   if (WARN_ONCE(bytes > iter->bi_size,
  2275.       ^
  2276. In file included from ./include/linux/bug.h:5:0,
  2277.                  from ./include/linux/thread_info.h:12,
  2278.                  from ./arch/x86/include/asm/preempt.h:7,
  2279.                  from ./include/linux/preempt.h:78,
  2280.                  from ./include/linux/spinlock.h:51,
  2281.                  from ./include/linux/seqlock.h:36,
  2282.                  from ./include/linux/time.h:6,
  2283.                  from ./include/linux/stat.h:19,
  2284.                  from ./include/linux/module.h:10,
  2285.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2286.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2287.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2288. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2289.   asm_inline volatile("1:\t" ins "\n"    \
  2290.                       ^
  2291. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2292.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2293.   ^
  2294. ./include/asm-generic/bug.h:93:3: note: in expansion of macro '__WARN_FLAGS'
  2295.    __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
  2296.    ^
  2297. ./include/asm-generic/bug.h:124:3: note: in expansion of macro '__WARN_printf'
  2298.    __WARN_printf(TAINT_WARN, format);   \
  2299.    ^
  2300. ./include/asm-generic/bug.h:155:3: note: in expansion of macro 'WARN'
  2301.    WARN(1, format);    \
  2302.    ^
  2303. ./include/linux/bvec.h:90:6: note: in expansion of macro 'WARN_ONCE'
  2304.   if (WARN_ONCE(bytes > iter->bi_size,
  2305.       ^
  2306. In file included from <command-line>:0:0:
  2307. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2308.  #define asm_inline asm __inline
  2309.                         ^
  2310. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2311.   asm_inline volatile("1:\t" ins "\n"    \
  2312.   ^
  2313. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2314.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2315.   ^
  2316. ./include/asm-generic/bug.h:93:3: note: in expansion of macro '__WARN_FLAGS'
  2317.    __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
  2318.    ^
  2319. ./include/asm-generic/bug.h:124:3: note: in expansion of macro '__WARN_printf'
  2320.    __WARN_printf(TAINT_WARN, format);   \
  2321.    ^
  2322. ./include/asm-generic/bug.h:155:3: note: in expansion of macro 'WARN'
  2323.    WARN(1, format);    \
  2324.    ^
  2325. ./include/linux/bvec.h:90:6: note: in expansion of macro 'WARN_ONCE'
  2326.   if (WARN_ONCE(bytes > iter->bi_size,
  2327.       ^
  2328. ./include/linux/scatterlist.h: In function 'sg_assign_page':
  2329. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2330.  #define asm_inline asm __inline
  2331.                         ^
  2332. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2333.   asm_inline volatile("1:\t" ins "\n"    \
  2334.   ^
  2335. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2336.   _BUG_FLAGS(ASM_UD2, 0);     \
  2337.   ^
  2338. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2339.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2340.                                                          ^
  2341. ./include/linux/scatterlist.h:95:2: note: in expansion of macro 'BUG_ON'
  2342.   BUG_ON((unsigned long) page & (SG_CHAIN | SG_END));
  2343.   ^
  2344. In file included from ./include/linux/bug.h:5:0,
  2345.                  from ./include/linux/thread_info.h:12,
  2346.                  from ./arch/x86/include/asm/preempt.h:7,
  2347.                  from ./include/linux/preempt.h:78,
  2348.                  from ./include/linux/spinlock.h:51,
  2349.                  from ./include/linux/seqlock.h:36,
  2350.                  from ./include/linux/time.h:6,
  2351.                  from ./include/linux/stat.h:19,
  2352.                  from ./include/linux/module.h:10,
  2353.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2354.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2355.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2356. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2357.   asm_inline volatile("1:\t" ins "\n"    \
  2358.                       ^
  2359. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2360.   _BUG_FLAGS(ASM_UD2, 0);     \
  2361.   ^
  2362. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2363.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2364.                                                          ^
  2365. ./include/linux/scatterlist.h:95:2: note: in expansion of macro 'BUG_ON'
  2366.   BUG_ON((unsigned long) page & (SG_CHAIN | SG_END));
  2367.   ^
  2368. In file included from <command-line>:0:0:
  2369. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2370.  #define asm_inline asm __inline
  2371.                         ^
  2372. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2373.   asm_inline volatile("1:\t" ins "\n"    \
  2374.   ^
  2375. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2376.   _BUG_FLAGS(ASM_UD2, 0);     \
  2377.   ^
  2378. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2379.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2380.                                                          ^
  2381. ./include/linux/scatterlist.h:95:2: note: in expansion of macro 'BUG_ON'
  2382.   BUG_ON((unsigned long) page & (SG_CHAIN | SG_END));
  2383.   ^
  2384. ./include/linux/dma-mapping.h: In function 'dma_map_page_attrs':
  2385. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2386.  #define asm_inline asm __inline
  2387.                         ^
  2388. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2389.   asm_inline volatile("1:\t" ins "\n"    \
  2390.   ^
  2391. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2392.   _BUG_FLAGS(ASM_UD2, 0);     \
  2393.   ^
  2394. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2395.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2396.                                                          ^
  2397. ./include/linux/dma-mapping.h:281:2: note: in expansion of macro 'BUG_ON'
  2398.   BUG_ON(!valid_dma_direction(dir));
  2399.   ^
  2400. In file included from ./include/linux/bug.h:5:0,
  2401.                  from ./include/linux/thread_info.h:12,
  2402.                  from ./arch/x86/include/asm/preempt.h:7,
  2403.                  from ./include/linux/preempt.h:78,
  2404.                  from ./include/linux/spinlock.h:51,
  2405.                  from ./include/linux/seqlock.h:36,
  2406.                  from ./include/linux/time.h:6,
  2407.                  from ./include/linux/stat.h:19,
  2408.                  from ./include/linux/module.h:10,
  2409.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2410.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2411.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2412. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2413.   asm_inline volatile("1:\t" ins "\n"    \
  2414.                       ^
  2415. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2416.   _BUG_FLAGS(ASM_UD2, 0);     \
  2417.   ^
  2418. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2419.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2420.                                                          ^
  2421. ./include/linux/dma-mapping.h:281:2: note: in expansion of macro 'BUG_ON'
  2422.   BUG_ON(!valid_dma_direction(dir));
  2423.   ^
  2424. In file included from <command-line>:0:0:
  2425. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2426.  #define asm_inline asm __inline
  2427.                         ^
  2428. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2429.   asm_inline volatile("1:\t" ins "\n"    \
  2430.   ^
  2431. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2432.   _BUG_FLAGS(ASM_UD2, 0);     \
  2433.   ^
  2434. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2435.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2436.                                                          ^
  2437. ./include/linux/dma-mapping.h:281:2: note: in expansion of macro 'BUG_ON'
  2438.   BUG_ON(!valid_dma_direction(dir));
  2439.   ^
  2440. ./include/linux/dma-mapping.h: In function 'dma_unmap_page_attrs':
  2441. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2442.  #define asm_inline asm __inline
  2443.                         ^
  2444. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2445.   asm_inline volatile("1:\t" ins "\n"    \
  2446.   ^
  2447. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2448.   _BUG_FLAGS(ASM_UD2, 0);     \
  2449.   ^
  2450. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2451.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2452.                                                          ^
  2453. ./include/linux/dma-mapping.h:296:2: note: in expansion of macro 'BUG_ON'
  2454.   BUG_ON(!valid_dma_direction(dir));
  2455.   ^
  2456. In file included from ./include/linux/bug.h:5:0,
  2457.                  from ./include/linux/thread_info.h:12,
  2458.                  from ./arch/x86/include/asm/preempt.h:7,
  2459.                  from ./include/linux/preempt.h:78,
  2460.                  from ./include/linux/spinlock.h:51,
  2461.                  from ./include/linux/seqlock.h:36,
  2462.                  from ./include/linux/time.h:6,
  2463.                  from ./include/linux/stat.h:19,
  2464.                  from ./include/linux/module.h:10,
  2465.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2466.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2467.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2468. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2469.   asm_inline volatile("1:\t" ins "\n"    \
  2470.                       ^
  2471. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2472.   _BUG_FLAGS(ASM_UD2, 0);     \
  2473.   ^
  2474. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2475.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2476.                                                          ^
  2477. ./include/linux/dma-mapping.h:296:2: note: in expansion of macro 'BUG_ON'
  2478.   BUG_ON(!valid_dma_direction(dir));
  2479.   ^
  2480. In file included from <command-line>:0:0:
  2481. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2482.  #define asm_inline asm __inline
  2483.                         ^
  2484. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2485.   asm_inline volatile("1:\t" ins "\n"    \
  2486.   ^
  2487. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2488.   _BUG_FLAGS(ASM_UD2, 0);     \
  2489.   ^
  2490. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2491.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2492.                                                          ^
  2493. ./include/linux/dma-mapping.h:296:2: note: in expansion of macro 'BUG_ON'
  2494.   BUG_ON(!valid_dma_direction(dir));
  2495.   ^
  2496. ./include/linux/dma-mapping.h: In function 'dma_map_sg_attrs':
  2497. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2498.  #define asm_inline asm __inline
  2499.                         ^
  2500. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2501.   asm_inline volatile("1:\t" ins "\n"    \
  2502.   ^
  2503. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2504.   _BUG_FLAGS(ASM_UD2, 0);     \
  2505.   ^
  2506. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2507.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2508.                                                          ^
  2509. ./include/linux/dma-mapping.h:315:2: note: in expansion of macro 'BUG_ON'
  2510.   BUG_ON(!valid_dma_direction(dir));
  2511.   ^
  2512. In file included from ./include/linux/bug.h:5:0,
  2513.                  from ./include/linux/thread_info.h:12,
  2514.                  from ./arch/x86/include/asm/preempt.h:7,
  2515.                  from ./include/linux/preempt.h:78,
  2516.                  from ./include/linux/spinlock.h:51,
  2517.                  from ./include/linux/seqlock.h:36,
  2518.                  from ./include/linux/time.h:6,
  2519.                  from ./include/linux/stat.h:19,
  2520.                  from ./include/linux/module.h:10,
  2521.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2522.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2523.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2524. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2525.   asm_inline volatile("1:\t" ins "\n"    \
  2526.                       ^
  2527. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2528.   _BUG_FLAGS(ASM_UD2, 0);     \
  2529.   ^
  2530. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2531.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2532.                                                          ^
  2533. ./include/linux/dma-mapping.h:315:2: note: in expansion of macro 'BUG_ON'
  2534.   BUG_ON(!valid_dma_direction(dir));
  2535.   ^
  2536. In file included from <command-line>:0:0:
  2537. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2538.  #define asm_inline asm __inline
  2539.                         ^
  2540. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2541.   asm_inline volatile("1:\t" ins "\n"    \
  2542.   ^
  2543. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2544.   _BUG_FLAGS(ASM_UD2, 0);     \
  2545.   ^
  2546. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2547.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2548.                                                          ^
  2549. ./include/linux/dma-mapping.h:315:2: note: in expansion of macro 'BUG_ON'
  2550.   BUG_ON(!valid_dma_direction(dir));
  2551.   ^
  2552. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2553.  #define asm_inline asm __inline
  2554.                         ^
  2555. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2556.   asm_inline volatile("1:\t" ins "\n"    \
  2557.   ^
  2558. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2559.   _BUG_FLAGS(ASM_UD2, 0);     \
  2560.   ^
  2561. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2562.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2563.                                                          ^
  2564. ./include/linux/dma-mapping.h:320:2: note: in expansion of macro 'BUG_ON'
  2565.   BUG_ON(ents < 0);
  2566.   ^
  2567. In file included from ./include/linux/bug.h:5:0,
  2568.                  from ./include/linux/thread_info.h:12,
  2569.                  from ./arch/x86/include/asm/preempt.h:7,
  2570.                  from ./include/linux/preempt.h:78,
  2571.                  from ./include/linux/spinlock.h:51,
  2572.                  from ./include/linux/seqlock.h:36,
  2573.                  from ./include/linux/time.h:6,
  2574.                  from ./include/linux/stat.h:19,
  2575.                  from ./include/linux/module.h:10,
  2576.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2577.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2578.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2579. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2580.   asm_inline volatile("1:\t" ins "\n"    \
  2581.                       ^
  2582. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2583.   _BUG_FLAGS(ASM_UD2, 0);     \
  2584.   ^
  2585. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2586.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2587.                                                          ^
  2588. ./include/linux/dma-mapping.h:320:2: note: in expansion of macro 'BUG_ON'
  2589.   BUG_ON(ents < 0);
  2590.   ^
  2591. In file included from <command-line>:0:0:
  2592. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2593.  #define asm_inline asm __inline
  2594.                         ^
  2595. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2596.   asm_inline volatile("1:\t" ins "\n"    \
  2597.   ^
  2598. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2599.   _BUG_FLAGS(ASM_UD2, 0);     \
  2600.   ^
  2601. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2602.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2603.                                                          ^
  2604. ./include/linux/dma-mapping.h:320:2: note: in expansion of macro 'BUG_ON'
  2605.   BUG_ON(ents < 0);
  2606.   ^
  2607. ./include/linux/dma-mapping.h: In function 'dma_unmap_sg_attrs':
  2608. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2609.  #define asm_inline asm __inline
  2610.                         ^
  2611. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2612.   asm_inline volatile("1:\t" ins "\n"    \
  2613.   ^
  2614. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2615.   _BUG_FLAGS(ASM_UD2, 0);     \
  2616.   ^
  2617. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2618.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2619.                                                          ^
  2620. ./include/linux/dma-mapping.h:332:2: note: in expansion of macro 'BUG_ON'
  2621.   BUG_ON(!valid_dma_direction(dir));
  2622.   ^
  2623. In file included from ./include/linux/bug.h:5:0,
  2624.                  from ./include/linux/thread_info.h:12,
  2625.                  from ./arch/x86/include/asm/preempt.h:7,
  2626.                  from ./include/linux/preempt.h:78,
  2627.                  from ./include/linux/spinlock.h:51,
  2628.                  from ./include/linux/seqlock.h:36,
  2629.                  from ./include/linux/time.h:6,
  2630.                  from ./include/linux/stat.h:19,
  2631.                  from ./include/linux/module.h:10,
  2632.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2633.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2634.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2635. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2636.   asm_inline volatile("1:\t" ins "\n"    \
  2637.                       ^
  2638. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2639.   _BUG_FLAGS(ASM_UD2, 0);     \
  2640.   ^
  2641. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2642.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2643.                                                          ^
  2644. ./include/linux/dma-mapping.h:332:2: note: in expansion of macro 'BUG_ON'
  2645.   BUG_ON(!valid_dma_direction(dir));
  2646.   ^
  2647. In file included from <command-line>:0:0:
  2648. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2649.  #define asm_inline asm __inline
  2650.                         ^
  2651. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2652.   asm_inline volatile("1:\t" ins "\n"    \
  2653.   ^
  2654. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2655.   _BUG_FLAGS(ASM_UD2, 0);     \
  2656.   ^
  2657. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2658.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2659.                                                          ^
  2660. ./include/linux/dma-mapping.h:332:2: note: in expansion of macro 'BUG_ON'
  2661.   BUG_ON(!valid_dma_direction(dir));
  2662.   ^
  2663. ./include/linux/dma-mapping.h: In function 'dma_map_resource':
  2664. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2665.  #define asm_inline asm __inline
  2666.                         ^
  2667. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2668.   asm_inline volatile("1:\t" ins "\n"    \
  2669.   ^
  2670. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2671.   _BUG_FLAGS(ASM_UD2, 0);     \
  2672.   ^
  2673. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2674.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2675.                                                          ^
  2676. ./include/linux/dma-mapping.h:349:2: note: in expansion of macro 'BUG_ON'
  2677.   BUG_ON(!valid_dma_direction(dir));
  2678.   ^
  2679. In file included from ./include/linux/bug.h:5:0,
  2680.                  from ./include/linux/thread_info.h:12,
  2681.                  from ./arch/x86/include/asm/preempt.h:7,
  2682.                  from ./include/linux/preempt.h:78,
  2683.                  from ./include/linux/spinlock.h:51,
  2684.                  from ./include/linux/seqlock.h:36,
  2685.                  from ./include/linux/time.h:6,
  2686.                  from ./include/linux/stat.h:19,
  2687.                  from ./include/linux/module.h:10,
  2688.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2689.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2690.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2691. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2692.   asm_inline volatile("1:\t" ins "\n"    \
  2693.                       ^
  2694. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2695.   _BUG_FLAGS(ASM_UD2, 0);     \
  2696.   ^
  2697. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2698.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2699.                                                          ^
  2700. ./include/linux/dma-mapping.h:349:2: note: in expansion of macro 'BUG_ON'
  2701.   BUG_ON(!valid_dma_direction(dir));
  2702.   ^
  2703. In file included from <command-line>:0:0:
  2704. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2705.  #define asm_inline asm __inline
  2706.                         ^
  2707. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2708.   asm_inline volatile("1:\t" ins "\n"    \
  2709.   ^
  2710. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2711.   _BUG_FLAGS(ASM_UD2, 0);     \
  2712.   ^
  2713. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2714.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2715.                                                          ^
  2716. ./include/linux/dma-mapping.h:349:2: note: in expansion of macro 'BUG_ON'
  2717.   BUG_ON(!valid_dma_direction(dir));
  2718.   ^
  2719. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2720.  #define asm_inline asm __inline
  2721.                         ^
  2722. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2723.   asm_inline volatile("1:\t" ins "\n"    \
  2724.   ^
  2725. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2726.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2727.   ^
  2728. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  2729.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  2730.    ^
  2731. ./include/linux/dma-mapping.h:352:6: note: in expansion of macro 'WARN_ON_ONCE'
  2732.   if (WARN_ON_ONCE(pfn_valid(PHYS_PFN(phys_addr))))
  2733.       ^
  2734. In file included from ./include/linux/bug.h:5:0,
  2735.                  from ./include/linux/thread_info.h:12,
  2736.                  from ./arch/x86/include/asm/preempt.h:7,
  2737.                  from ./include/linux/preempt.h:78,
  2738.                  from ./include/linux/spinlock.h:51,
  2739.                  from ./include/linux/seqlock.h:36,
  2740.                  from ./include/linux/time.h:6,
  2741.                  from ./include/linux/stat.h:19,
  2742.                  from ./include/linux/module.h:10,
  2743.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2744.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2745.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2746. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2747.   asm_inline volatile("1:\t" ins "\n"    \
  2748.                       ^
  2749. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2750.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2751.   ^
  2752. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  2753.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  2754.    ^
  2755. ./include/linux/dma-mapping.h:352:6: note: in expansion of macro 'WARN_ON_ONCE'
  2756.   if (WARN_ON_ONCE(pfn_valid(PHYS_PFN(phys_addr))))
  2757.       ^
  2758. In file included from <command-line>:0:0:
  2759. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2760.  #define asm_inline asm __inline
  2761.                         ^
  2762. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2763.   asm_inline volatile("1:\t" ins "\n"    \
  2764.   ^
  2765. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  2766.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  2767.   ^
  2768. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  2769.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  2770.    ^
  2771. ./include/linux/dma-mapping.h:352:6: note: in expansion of macro 'WARN_ON_ONCE'
  2772.   if (WARN_ON_ONCE(pfn_valid(PHYS_PFN(phys_addr))))
  2773.       ^
  2774. ./include/linux/dma-mapping.h: In function 'dma_unmap_resource':
  2775. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2776.  #define asm_inline asm __inline
  2777.                         ^
  2778. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2779.   asm_inline volatile("1:\t" ins "\n"    \
  2780.   ^
  2781. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2782.   _BUG_FLAGS(ASM_UD2, 0);     \
  2783.   ^
  2784. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2785.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2786.                                                          ^
  2787. ./include/linux/dma-mapping.h:370:2: note: in expansion of macro 'BUG_ON'
  2788.   BUG_ON(!valid_dma_direction(dir));
  2789.   ^
  2790. In file included from ./include/linux/bug.h:5:0,
  2791.                  from ./include/linux/thread_info.h:12,
  2792.                  from ./arch/x86/include/asm/preempt.h:7,
  2793.                  from ./include/linux/preempt.h:78,
  2794.                  from ./include/linux/spinlock.h:51,
  2795.                  from ./include/linux/seqlock.h:36,
  2796.                  from ./include/linux/time.h:6,
  2797.                  from ./include/linux/stat.h:19,
  2798.                  from ./include/linux/module.h:10,
  2799.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2800.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2801.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2802. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2803.   asm_inline volatile("1:\t" ins "\n"    \
  2804.                       ^
  2805. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2806.   _BUG_FLAGS(ASM_UD2, 0);     \
  2807.   ^
  2808. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2809.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2810.                                                          ^
  2811. ./include/linux/dma-mapping.h:370:2: note: in expansion of macro 'BUG_ON'
  2812.   BUG_ON(!valid_dma_direction(dir));
  2813.   ^
  2814. In file included from <command-line>:0:0:
  2815. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2816.  #define asm_inline asm __inline
  2817.                         ^
  2818. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2819.   asm_inline volatile("1:\t" ins "\n"    \
  2820.   ^
  2821. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2822.   _BUG_FLAGS(ASM_UD2, 0);     \
  2823.   ^
  2824. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2825.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2826.                                                          ^
  2827. ./include/linux/dma-mapping.h:370:2: note: in expansion of macro 'BUG_ON'
  2828.   BUG_ON(!valid_dma_direction(dir));
  2829.   ^
  2830. ./include/linux/dma-mapping.h: In function 'dma_sync_single_for_cpu':
  2831. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2832.  #define asm_inline asm __inline
  2833.                         ^
  2834. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2835.   asm_inline volatile("1:\t" ins "\n"    \
  2836.   ^
  2837. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2838.   _BUG_FLAGS(ASM_UD2, 0);     \
  2839.   ^
  2840. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2841.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2842.                                                          ^
  2843. ./include/linux/dma-mapping.h:382:2: note: in expansion of macro 'BUG_ON'
  2844.   BUG_ON(!valid_dma_direction(dir));
  2845.   ^
  2846. In file included from ./include/linux/bug.h:5:0,
  2847.                  from ./include/linux/thread_info.h:12,
  2848.                  from ./arch/x86/include/asm/preempt.h:7,
  2849.                  from ./include/linux/preempt.h:78,
  2850.                  from ./include/linux/spinlock.h:51,
  2851.                  from ./include/linux/seqlock.h:36,
  2852.                  from ./include/linux/time.h:6,
  2853.                  from ./include/linux/stat.h:19,
  2854.                  from ./include/linux/module.h:10,
  2855.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2856.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2857.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2858. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2859.   asm_inline volatile("1:\t" ins "\n"    \
  2860.                       ^
  2861. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2862.   _BUG_FLAGS(ASM_UD2, 0);     \
  2863.   ^
  2864. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2865.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2866.                                                          ^
  2867. ./include/linux/dma-mapping.h:382:2: note: in expansion of macro 'BUG_ON'
  2868.   BUG_ON(!valid_dma_direction(dir));
  2869.   ^
  2870. In file included from <command-line>:0:0:
  2871. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2872.  #define asm_inline asm __inline
  2873.                         ^
  2874. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2875.   asm_inline volatile("1:\t" ins "\n"    \
  2876.   ^
  2877. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2878.   _BUG_FLAGS(ASM_UD2, 0);     \
  2879.   ^
  2880. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2881.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2882.                                                          ^
  2883. ./include/linux/dma-mapping.h:382:2: note: in expansion of macro 'BUG_ON'
  2884.   BUG_ON(!valid_dma_direction(dir));
  2885.   ^
  2886. ./include/linux/dma-mapping.h: In function 'dma_sync_single_for_device':
  2887. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2888.  #define asm_inline asm __inline
  2889.                         ^
  2890. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2891.   asm_inline volatile("1:\t" ins "\n"    \
  2892.   ^
  2893. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2894.   _BUG_FLAGS(ASM_UD2, 0);     \
  2895.   ^
  2896. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2897.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2898.                                                          ^
  2899. ./include/linux/dma-mapping.h:396:2: note: in expansion of macro 'BUG_ON'
  2900.   BUG_ON(!valid_dma_direction(dir));
  2901.   ^
  2902. In file included from ./include/linux/bug.h:5:0,
  2903.                  from ./include/linux/thread_info.h:12,
  2904.                  from ./arch/x86/include/asm/preempt.h:7,
  2905.                  from ./include/linux/preempt.h:78,
  2906.                  from ./include/linux/spinlock.h:51,
  2907.                  from ./include/linux/seqlock.h:36,
  2908.                  from ./include/linux/time.h:6,
  2909.                  from ./include/linux/stat.h:19,
  2910.                  from ./include/linux/module.h:10,
  2911.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2912.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2913.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2914. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2915.   asm_inline volatile("1:\t" ins "\n"    \
  2916.                       ^
  2917. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2918.   _BUG_FLAGS(ASM_UD2, 0);     \
  2919.   ^
  2920. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2921.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2922.                                                          ^
  2923. ./include/linux/dma-mapping.h:396:2: note: in expansion of macro 'BUG_ON'
  2924.   BUG_ON(!valid_dma_direction(dir));
  2925.   ^
  2926. In file included from <command-line>:0:0:
  2927. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2928.  #define asm_inline asm __inline
  2929.                         ^
  2930. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2931.   asm_inline volatile("1:\t" ins "\n"    \
  2932.   ^
  2933. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2934.   _BUG_FLAGS(ASM_UD2, 0);     \
  2935.   ^
  2936. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2937.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2938.                                                          ^
  2939. ./include/linux/dma-mapping.h:396:2: note: in expansion of macro 'BUG_ON'
  2940.   BUG_ON(!valid_dma_direction(dir));
  2941.   ^
  2942. ./include/linux/dma-mapping.h: In function 'dma_sync_sg_for_cpu':
  2943. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  2944.  #define asm_inline asm __inline
  2945.                         ^
  2946. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2947.   asm_inline volatile("1:\t" ins "\n"    \
  2948.   ^
  2949. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2950.   _BUG_FLAGS(ASM_UD2, 0);     \
  2951.   ^
  2952. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2953.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2954.                                                          ^
  2955. ./include/linux/dma-mapping.h:410:2: note: in expansion of macro 'BUG_ON'
  2956.   BUG_ON(!valid_dma_direction(dir));
  2957.   ^
  2958. In file included from ./include/linux/bug.h:5:0,
  2959.                  from ./include/linux/thread_info.h:12,
  2960.                  from ./arch/x86/include/asm/preempt.h:7,
  2961.                  from ./include/linux/preempt.h:78,
  2962.                  from ./include/linux/spinlock.h:51,
  2963.                  from ./include/linux/seqlock.h:36,
  2964.                  from ./include/linux/time.h:6,
  2965.                  from ./include/linux/stat.h:19,
  2966.                  from ./include/linux/module.h:10,
  2967.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  2968.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  2969.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  2970. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  2971.   asm_inline volatile("1:\t" ins "\n"    \
  2972.                       ^
  2973. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2974.   _BUG_FLAGS(ASM_UD2, 0);     \
  2975.   ^
  2976. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2977.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2978.                                                          ^
  2979. ./include/linux/dma-mapping.h:410:2: note: in expansion of macro 'BUG_ON'
  2980.   BUG_ON(!valid_dma_direction(dir));
  2981.   ^
  2982. In file included from <command-line>:0:0:
  2983. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  2984.  #define asm_inline asm __inline
  2985.                         ^
  2986. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  2987.   asm_inline volatile("1:\t" ins "\n"    \
  2988.   ^
  2989. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  2990.   _BUG_FLAGS(ASM_UD2, 0);     \
  2991.   ^
  2992. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  2993.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  2994.                                                          ^
  2995. ./include/linux/dma-mapping.h:410:2: note: in expansion of macro 'BUG_ON'
  2996.   BUG_ON(!valid_dma_direction(dir));
  2997.   ^
  2998. ./include/linux/dma-mapping.h: In function 'dma_sync_sg_for_device':
  2999. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3000.  #define asm_inline asm __inline
  3001.                         ^
  3002. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3003.   asm_inline volatile("1:\t" ins "\n"    \
  3004.   ^
  3005. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3006.   _BUG_FLAGS(ASM_UD2, 0);     \
  3007.   ^
  3008. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3009.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3010.                                                          ^
  3011. ./include/linux/dma-mapping.h:424:2: note: in expansion of macro 'BUG_ON'
  3012.   BUG_ON(!valid_dma_direction(dir));
  3013.   ^
  3014. In file included from ./include/linux/bug.h:5:0,
  3015.                  from ./include/linux/thread_info.h:12,
  3016.                  from ./arch/x86/include/asm/preempt.h:7,
  3017.                  from ./include/linux/preempt.h:78,
  3018.                  from ./include/linux/spinlock.h:51,
  3019.                  from ./include/linux/seqlock.h:36,
  3020.                  from ./include/linux/time.h:6,
  3021.                  from ./include/linux/stat.h:19,
  3022.                  from ./include/linux/module.h:10,
  3023.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3024.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3025.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3026. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3027.   asm_inline volatile("1:\t" ins "\n"    \
  3028.                       ^
  3029. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3030.   _BUG_FLAGS(ASM_UD2, 0);     \
  3031.   ^
  3032. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3033.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3034.                                                          ^
  3035. ./include/linux/dma-mapping.h:424:2: note: in expansion of macro 'BUG_ON'
  3036.   BUG_ON(!valid_dma_direction(dir));
  3037.   ^
  3038. In file included from <command-line>:0:0:
  3039. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3040.  #define asm_inline asm __inline
  3041.                         ^
  3042. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3043.   asm_inline volatile("1:\t" ins "\n"    \
  3044.   ^
  3045. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3046.   _BUG_FLAGS(ASM_UD2, 0);     \
  3047.   ^
  3048. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3049.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3050.                                                          ^
  3051. ./include/linux/dma-mapping.h:424:2: note: in expansion of macro 'BUG_ON'
  3052.   BUG_ON(!valid_dma_direction(dir));
  3053.   ^
  3054. ./include/linux/dma-mapping.h: In function 'dma_map_single_attrs':
  3055. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3056.  #define asm_inline asm __inline
  3057.                         ^
  3058. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3059.   asm_inline volatile("1:\t" ins "\n"    \
  3060.   ^
  3061. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3062.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3063.   ^
  3064. ./include/asm-generic/bug.h:93:3: note: in expansion of macro '__WARN_FLAGS'
  3065.    __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
  3066.    ^
  3067. ./include/asm-generic/bug.h:124:3: note: in expansion of macro '__WARN_printf'
  3068.    __WARN_printf(TAINT_WARN, format);   \
  3069.    ^
  3070. ./include/asm-generic/bug.h:155:3: note: in expansion of macro 'WARN'
  3071.    WARN(1, format);    \
  3072.    ^
  3073. ./include/linux/device.h:1928:2: note: in expansion of macro 'WARN_ONCE'
  3074.   WARN_ONCE(condition, "%s %s: " format, \
  3075.   ^
  3076. ./include/linux/dma-mapping.h:584:6: note: in expansion of macro 'dev_WARN_ONCE'
  3077.   if (dev_WARN_ONCE(dev, is_vmalloc_addr(ptr),
  3078.       ^
  3079. In file included from ./include/linux/bug.h:5:0,
  3080.                  from ./include/linux/thread_info.h:12,
  3081.                  from ./arch/x86/include/asm/preempt.h:7,
  3082.                  from ./include/linux/preempt.h:78,
  3083.                  from ./include/linux/spinlock.h:51,
  3084.                  from ./include/linux/seqlock.h:36,
  3085.                  from ./include/linux/time.h:6,
  3086.                  from ./include/linux/stat.h:19,
  3087.                  from ./include/linux/module.h:10,
  3088.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3089.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3090.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3091. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3092.   asm_inline volatile("1:\t" ins "\n"    \
  3093.                       ^
  3094. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3095.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3096.   ^
  3097. ./include/asm-generic/bug.h:93:3: note: in expansion of macro '__WARN_FLAGS'
  3098.    __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
  3099.    ^
  3100. ./include/asm-generic/bug.h:124:3: note: in expansion of macro '__WARN_printf'
  3101.    __WARN_printf(TAINT_WARN, format);   \
  3102.    ^
  3103. ./include/asm-generic/bug.h:155:3: note: in expansion of macro 'WARN'
  3104.    WARN(1, format);    \
  3105.    ^
  3106. ./include/linux/device.h:1928:2: note: in expansion of macro 'WARN_ONCE'
  3107.   WARN_ONCE(condition, "%s %s: " format, \
  3108.   ^
  3109. ./include/linux/dma-mapping.h:584:6: note: in expansion of macro 'dev_WARN_ONCE'
  3110.   if (dev_WARN_ONCE(dev, is_vmalloc_addr(ptr),
  3111.       ^
  3112. In file included from <command-line>:0:0:
  3113. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3114.  #define asm_inline asm __inline
  3115.                         ^
  3116. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3117.   asm_inline volatile("1:\t" ins "\n"    \
  3118.   ^
  3119. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3120.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3121.   ^
  3122. ./include/asm-generic/bug.h:93:3: note: in expansion of macro '__WARN_FLAGS'
  3123.    __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
  3124.    ^
  3125. ./include/asm-generic/bug.h:124:3: note: in expansion of macro '__WARN_printf'
  3126.    __WARN_printf(TAINT_WARN, format);   \
  3127.    ^
  3128. ./include/asm-generic/bug.h:155:3: note: in expansion of macro 'WARN'
  3129.    WARN(1, format);    \
  3130.    ^
  3131. ./include/linux/device.h:1928:2: note: in expansion of macro 'WARN_ONCE'
  3132.   WARN_ONCE(condition, "%s %s: " format, \
  3133.   ^
  3134. ./include/linux/dma-mapping.h:584:6: note: in expansion of macro 'dev_WARN_ONCE'
  3135.   if (dev_WARN_ONCE(dev, is_vmalloc_addr(ptr),
  3136.       ^
  3137. ./include/linux/skbuff.h: In function 'skb_dst':
  3138. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3139.  #define asm_inline asm __inline
  3140.                         ^
  3141. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3142.   asm_inline volatile("1:\t" ins "\n"    \
  3143.   ^
  3144. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3145.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3146.   ^
  3147. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  3148.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  3149.                    ^
  3150. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  3151.    __WARN();      \
  3152.    ^
  3153. ./include/linux/skbuff.h:927:2: note: in expansion of macro 'WARN_ON'
  3154.   WARN_ON((skb->_skb_refdst & SKB_DST_NOREF) &&
  3155.   ^
  3156. In file included from ./include/linux/bug.h:5:0,
  3157.                  from ./include/linux/thread_info.h:12,
  3158.                  from ./arch/x86/include/asm/preempt.h:7,
  3159.                  from ./include/linux/preempt.h:78,
  3160.                  from ./include/linux/spinlock.h:51,
  3161.                  from ./include/linux/seqlock.h:36,
  3162.                  from ./include/linux/time.h:6,
  3163.                  from ./include/linux/stat.h:19,
  3164.                  from ./include/linux/module.h:10,
  3165.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3166.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3167.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3168. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3169.   asm_inline volatile("1:\t" ins "\n"    \
  3170.                       ^
  3171. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3172.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3173.   ^
  3174. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  3175.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  3176.                    ^
  3177. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  3178.    __WARN();      \
  3179.    ^
  3180. ./include/linux/skbuff.h:927:2: note: in expansion of macro 'WARN_ON'
  3181.   WARN_ON((skb->_skb_refdst & SKB_DST_NOREF) &&
  3182.   ^
  3183. In file included from <command-line>:0:0:
  3184. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3185.  #define asm_inline asm __inline
  3186.                         ^
  3187. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3188.   asm_inline volatile("1:\t" ins "\n"    \
  3189.   ^
  3190. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3191.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3192.   ^
  3193. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  3194.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  3195.                    ^
  3196. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  3197.    __WARN();      \
  3198.    ^
  3199. ./include/linux/skbuff.h:927:2: note: in expansion of macro 'WARN_ON'
  3200.   WARN_ON((skb->_skb_refdst & SKB_DST_NOREF) &&
  3201.   ^
  3202. ./include/linux/skbuff.h: In function 'skb_dst_set_noref':
  3203. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3204.  #define asm_inline asm __inline
  3205.                         ^
  3206. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3207.   asm_inline volatile("1:\t" ins "\n"    \
  3208.   ^
  3209. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3210.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3211.   ^
  3212. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  3213.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  3214.                    ^
  3215. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  3216.    __WARN();      \
  3217.    ^
  3218. ./include/linux/skbuff.h:958:2: note: in expansion of macro 'WARN_ON'
  3219.   WARN_ON(!rcu_read_lock_held() && !rcu_read_lock_bh_held());
  3220.   ^
  3221. In file included from ./include/linux/bug.h:5:0,
  3222.                  from ./include/linux/thread_info.h:12,
  3223.                  from ./arch/x86/include/asm/preempt.h:7,
  3224.                  from ./include/linux/preempt.h:78,
  3225.                  from ./include/linux/spinlock.h:51,
  3226.                  from ./include/linux/seqlock.h:36,
  3227.                  from ./include/linux/time.h:6,
  3228.                  from ./include/linux/stat.h:19,
  3229.                  from ./include/linux/module.h:10,
  3230.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3231.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3232.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3233. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3234.   asm_inline volatile("1:\t" ins "\n"    \
  3235.                       ^
  3236. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3237.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3238.   ^
  3239. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  3240.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  3241.                    ^
  3242. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  3243.    __WARN();      \
  3244.    ^
  3245. ./include/linux/skbuff.h:958:2: note: in expansion of macro 'WARN_ON'
  3246.   WARN_ON(!rcu_read_lock_held() && !rcu_read_lock_bh_held());
  3247.   ^
  3248. In file included from <command-line>:0:0:
  3249. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3250.  #define asm_inline asm __inline
  3251.                         ^
  3252. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3253.   asm_inline volatile("1:\t" ins "\n"    \
  3254.   ^
  3255. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3256.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3257.   ^
  3258. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  3259.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  3260.                    ^
  3261. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  3262.    __WARN();      \
  3263.    ^
  3264. ./include/linux/skbuff.h:958:2: note: in expansion of macro 'WARN_ON'
  3265.   WARN_ON(!rcu_read_lock_held() && !rcu_read_lock_bh_held());
  3266.   ^
  3267. ./include/linux/skbuff.h: In function 'skb_queue_next':
  3268. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3269.  #define asm_inline asm __inline
  3270.                         ^
  3271. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3272.   asm_inline volatile("1:\t" ins "\n"    \
  3273.   ^
  3274. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3275.   _BUG_FLAGS(ASM_UD2, 0);     \
  3276.   ^
  3277. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3278.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3279.                                                          ^
  3280. ./include/linux/skbuff.h:1553:2: note: in expansion of macro 'BUG_ON'
  3281.   BUG_ON(skb_queue_is_last(list, skb));
  3282.   ^
  3283. In file included from ./include/linux/bug.h:5:0,
  3284.                  from ./include/linux/thread_info.h:12,
  3285.                  from ./arch/x86/include/asm/preempt.h:7,
  3286.                  from ./include/linux/preempt.h:78,
  3287.                  from ./include/linux/spinlock.h:51,
  3288.                  from ./include/linux/seqlock.h:36,
  3289.                  from ./include/linux/time.h:6,
  3290.                  from ./include/linux/stat.h:19,
  3291.                  from ./include/linux/module.h:10,
  3292.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3293.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3294.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3295. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3296.   asm_inline volatile("1:\t" ins "\n"    \
  3297.                       ^
  3298. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3299.   _BUG_FLAGS(ASM_UD2, 0);     \
  3300.   ^
  3301. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3302.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3303.                                                          ^
  3304. ./include/linux/skbuff.h:1553:2: note: in expansion of macro 'BUG_ON'
  3305.   BUG_ON(skb_queue_is_last(list, skb));
  3306.   ^
  3307. In file included from <command-line>:0:0:
  3308. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3309.  #define asm_inline asm __inline
  3310.                         ^
  3311. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3312.   asm_inline volatile("1:\t" ins "\n"    \
  3313.   ^
  3314. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3315.   _BUG_FLAGS(ASM_UD2, 0);     \
  3316.   ^
  3317. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3318.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3319.                                                          ^
  3320. ./include/linux/skbuff.h:1553:2: note: in expansion of macro 'BUG_ON'
  3321.   BUG_ON(skb_queue_is_last(list, skb));
  3322.   ^
  3323. ./include/linux/skbuff.h: In function 'skb_queue_prev':
  3324. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3325.  #define asm_inline asm __inline
  3326.                         ^
  3327. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3328.   asm_inline volatile("1:\t" ins "\n"    \
  3329.   ^
  3330. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3331.   _BUG_FLAGS(ASM_UD2, 0);     \
  3332.   ^
  3333. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3334.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3335.                                                          ^
  3336. ./include/linux/skbuff.h:1571:2: note: in expansion of macro 'BUG_ON'
  3337.   BUG_ON(skb_queue_is_first(list, skb));
  3338.   ^
  3339. In file included from ./include/linux/bug.h:5:0,
  3340.                  from ./include/linux/thread_info.h:12,
  3341.                  from ./arch/x86/include/asm/preempt.h:7,
  3342.                  from ./include/linux/preempt.h:78,
  3343.                  from ./include/linux/spinlock.h:51,
  3344.                  from ./include/linux/seqlock.h:36,
  3345.                  from ./include/linux/time.h:6,
  3346.                  from ./include/linux/stat.h:19,
  3347.                  from ./include/linux/module.h:10,
  3348.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3349.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3350.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3351. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3352.   asm_inline volatile("1:\t" ins "\n"    \
  3353.                       ^
  3354. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3355.   _BUG_FLAGS(ASM_UD2, 0);     \
  3356.   ^
  3357. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3358.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3359.                                                          ^
  3360. ./include/linux/skbuff.h:1571:2: note: in expansion of macro 'BUG_ON'
  3361.   BUG_ON(skb_queue_is_first(list, skb));
  3362.   ^
  3363. In file included from <command-line>:0:0:
  3364. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3365.  #define asm_inline asm __inline
  3366.                         ^
  3367. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3368.   asm_inline volatile("1:\t" ins "\n"    \
  3369.   ^
  3370. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3371.   _BUG_FLAGS(ASM_UD2, 0);     \
  3372.   ^
  3373. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3374.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3375.                                                          ^
  3376. ./include/linux/skbuff.h:1571:2: note: in expansion of macro 'BUG_ON'
  3377.   BUG_ON(skb_queue_is_first(list, skb));
  3378.   ^
  3379. ./include/linux/skbuff.h: In function '__skb_put':
  3380. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3381.  #define asm_inline asm __inline
  3382.                         ^
  3383. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3384.   asm_inline volatile("1:\t" ins "\n"    \
  3385.   ^
  3386. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3387.   _BUG_FLAGS(ASM_UD2, 0);     \
  3388.   ^
  3389. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3390.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3391.                                                          ^
  3392. ./include/linux/skbuff.h:2150:33: note: in expansion of macro 'BUG_ON'
  3393.  #define SKB_LINEAR_ASSERT(skb)  BUG_ON(skb_is_nonlinear(skb))
  3394.                                  ^
  3395. ./include/linux/skbuff.h:2195:2: note: in expansion of macro 'SKB_LINEAR_ASSERT'
  3396.   SKB_LINEAR_ASSERT(skb);
  3397.   ^
  3398. In file included from ./include/linux/bug.h:5:0,
  3399.                  from ./include/linux/thread_info.h:12,
  3400.                  from ./arch/x86/include/asm/preempt.h:7,
  3401.                  from ./include/linux/preempt.h:78,
  3402.                  from ./include/linux/spinlock.h:51,
  3403.                  from ./include/linux/seqlock.h:36,
  3404.                  from ./include/linux/time.h:6,
  3405.                  from ./include/linux/stat.h:19,
  3406.                  from ./include/linux/module.h:10,
  3407.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3408.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3409.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3410. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3411.   asm_inline volatile("1:\t" ins "\n"    \
  3412.                       ^
  3413. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3414.   _BUG_FLAGS(ASM_UD2, 0);     \
  3415.   ^
  3416. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3417.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3418.                                                          ^
  3419. ./include/linux/skbuff.h:2150:33: note: in expansion of macro 'BUG_ON'
  3420.  #define SKB_LINEAR_ASSERT(skb)  BUG_ON(skb_is_nonlinear(skb))
  3421.                                  ^
  3422. ./include/linux/skbuff.h:2195:2: note: in expansion of macro 'SKB_LINEAR_ASSERT'
  3423.   SKB_LINEAR_ASSERT(skb);
  3424.   ^
  3425. In file included from <command-line>:0:0:
  3426. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3427.  #define asm_inline asm __inline
  3428.                         ^
  3429. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3430.   asm_inline volatile("1:\t" ins "\n"    \
  3431.   ^
  3432. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3433.   _BUG_FLAGS(ASM_UD2, 0);     \
  3434.   ^
  3435. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3436.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3437.                                                          ^
  3438. ./include/linux/skbuff.h:2150:33: note: in expansion of macro 'BUG_ON'
  3439.  #define SKB_LINEAR_ASSERT(skb)  BUG_ON(skb_is_nonlinear(skb))
  3440.                                  ^
  3441. ./include/linux/skbuff.h:2195:2: note: in expansion of macro 'SKB_LINEAR_ASSERT'
  3442.   SKB_LINEAR_ASSERT(skb);
  3443.   ^
  3444. ./include/linux/skbuff.h: In function '__skb_pull':
  3445. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3446.  #define asm_inline asm __inline
  3447.                         ^
  3448. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3449.   asm_inline volatile("1:\t" ins "\n"    \
  3450.   ^
  3451. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3452.   _BUG_FLAGS(ASM_UD2, 0);     \
  3453.   ^
  3454. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3455.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3456.                                                          ^
  3457. ./include/linux/skbuff.h:2259:2: note: in expansion of macro 'BUG_ON'
  3458.   BUG_ON(skb->len < skb->data_len);
  3459.   ^
  3460. In file included from ./include/linux/bug.h:5:0,
  3461.                  from ./include/linux/thread_info.h:12,
  3462.                  from ./arch/x86/include/asm/preempt.h:7,
  3463.                  from ./include/linux/preempt.h:78,
  3464.                  from ./include/linux/spinlock.h:51,
  3465.                  from ./include/linux/seqlock.h:36,
  3466.                  from ./include/linux/time.h:6,
  3467.                  from ./include/linux/stat.h:19,
  3468.                  from ./include/linux/module.h:10,
  3469.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3470.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3471.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3472. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3473.   asm_inline volatile("1:\t" ins "\n"    \
  3474.                       ^
  3475. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3476.   _BUG_FLAGS(ASM_UD2, 0);     \
  3477.   ^
  3478. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3479.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3480.                                                          ^
  3481. ./include/linux/skbuff.h:2259:2: note: in expansion of macro 'BUG_ON'
  3482.   BUG_ON(skb->len < skb->data_len);
  3483.   ^
  3484. In file included from <command-line>:0:0:
  3485. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3486.  #define asm_inline asm __inline
  3487.                         ^
  3488. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3489.   asm_inline volatile("1:\t" ins "\n"    \
  3490.   ^
  3491. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3492.   _BUG_FLAGS(ASM_UD2, 0);     \
  3493.   ^
  3494. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3495.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3496.                                                          ^
  3497. ./include/linux/skbuff.h:2259:2: note: in expansion of macro 'BUG_ON'
  3498.   BUG_ON(skb->len < skb->data_len);
  3499.   ^
  3500. ./include/linux/skbuff.h: In function 'skb_tailroom_reserve':
  3501. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3502.  #define asm_inline asm __inline
  3503.                         ^
  3504. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3505.   asm_inline volatile("1:\t" ins "\n"    \
  3506.   ^
  3507. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3508.   _BUG_FLAGS(ASM_UD2, 0);     \
  3509.   ^
  3510. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3511.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3512.                                                          ^
  3513. ./include/linux/skbuff.h:2150:33: note: in expansion of macro 'BUG_ON'
  3514.  #define SKB_LINEAR_ASSERT(skb)  BUG_ON(skb_is_nonlinear(skb))
  3515.                                  ^
  3516. ./include/linux/skbuff.h:2361:2: note: in expansion of macro 'SKB_LINEAR_ASSERT'
  3517.   SKB_LINEAR_ASSERT(skb);
  3518.   ^
  3519. In file included from ./include/linux/bug.h:5:0,
  3520.                  from ./include/linux/thread_info.h:12,
  3521.                  from ./arch/x86/include/asm/preempt.h:7,
  3522.                  from ./include/linux/preempt.h:78,
  3523.                  from ./include/linux/spinlock.h:51,
  3524.                  from ./include/linux/seqlock.h:36,
  3525.                  from ./include/linux/time.h:6,
  3526.                  from ./include/linux/stat.h:19,
  3527.                  from ./include/linux/module.h:10,
  3528.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3529.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3530.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3531. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3532.   asm_inline volatile("1:\t" ins "\n"    \
  3533.                       ^
  3534. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3535.   _BUG_FLAGS(ASM_UD2, 0);     \
  3536.   ^
  3537. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3538.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3539.                                                          ^
  3540. ./include/linux/skbuff.h:2150:33: note: in expansion of macro 'BUG_ON'
  3541.  #define SKB_LINEAR_ASSERT(skb)  BUG_ON(skb_is_nonlinear(skb))
  3542.                                  ^
  3543. ./include/linux/skbuff.h:2361:2: note: in expansion of macro 'SKB_LINEAR_ASSERT'
  3544.   SKB_LINEAR_ASSERT(skb);
  3545.   ^
  3546. In file included from <command-line>:0:0:
  3547. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3548.  #define asm_inline asm __inline
  3549.                         ^
  3550. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3551.   asm_inline volatile("1:\t" ins "\n"    \
  3552.   ^
  3553. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3554.   _BUG_FLAGS(ASM_UD2, 0);     \
  3555.   ^
  3556. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3557.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3558.                                                          ^
  3559. ./include/linux/skbuff.h:2150:33: note: in expansion of macro 'BUG_ON'
  3560.  #define SKB_LINEAR_ASSERT(skb)  BUG_ON(skb_is_nonlinear(skb))
  3561.                                  ^
  3562. ./include/linux/skbuff.h:2361:2: note: in expansion of macro 'SKB_LINEAR_ASSERT'
  3563.   SKB_LINEAR_ASSERT(skb);
  3564.   ^
  3565. ./include/linux/skbuff.h: In function '__skb_set_length':
  3566. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3567.  #define asm_inline asm __inline
  3568.                         ^
  3569. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3570.   asm_inline volatile("1:\t" ins "\n"    \
  3571.   ^
  3572. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3573.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3574.   ^
  3575. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  3576.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  3577.                    ^
  3578. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  3579.    __WARN();      \
  3580.    ^
  3581. ./include/linux/skbuff.h:2643:6: note: in expansion of macro 'WARN_ON'
  3582.   if (WARN_ON(skb_is_nonlinear(skb)))
  3583.       ^
  3584. In file included from ./include/linux/bug.h:5:0,
  3585.                  from ./include/linux/thread_info.h:12,
  3586.                  from ./arch/x86/include/asm/preempt.h:7,
  3587.                  from ./include/linux/preempt.h:78,
  3588.                  from ./include/linux/spinlock.h:51,
  3589.                  from ./include/linux/seqlock.h:36,
  3590.                  from ./include/linux/time.h:6,
  3591.                  from ./include/linux/stat.h:19,
  3592.                  from ./include/linux/module.h:10,
  3593.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3594.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3595.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3596. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3597.   asm_inline volatile("1:\t" ins "\n"    \
  3598.                       ^
  3599. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3600.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3601.   ^
  3602. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  3603.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  3604.                    ^
  3605. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  3606.    __WARN();      \
  3607.    ^
  3608. ./include/linux/skbuff.h:2643:6: note: in expansion of macro 'WARN_ON'
  3609.   if (WARN_ON(skb_is_nonlinear(skb)))
  3610.       ^
  3611. In file included from <command-line>:0:0:
  3612. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3613.  #define asm_inline asm __inline
  3614.                         ^
  3615. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3616.   asm_inline volatile("1:\t" ins "\n"    \
  3617.   ^
  3618. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3619.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3620.   ^
  3621. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  3622.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  3623.                    ^
  3624. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  3625.    __WARN();      \
  3626.    ^
  3627. ./include/linux/skbuff.h:2643:6: note: in expansion of macro 'WARN_ON'
  3628.   if (WARN_ON(skb_is_nonlinear(skb)))
  3629.       ^
  3630. ./include/linux/skbuff.h: In function 'pskb_trim_unique':
  3631. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3632.  #define asm_inline asm __inline
  3633.                         ^
  3634. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3635.   asm_inline volatile("1:\t" ins "\n"    \
  3636.   ^
  3637. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3638.   _BUG_FLAGS(ASM_UD2, 0);     \
  3639.   ^
  3640. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3641.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3642.                                                          ^
  3643. ./include/linux/skbuff.h:2681:2: note: in expansion of macro 'BUG_ON'
  3644.   BUG_ON(err);
  3645.   ^
  3646. In file included from ./include/linux/bug.h:5:0,
  3647.                  from ./include/linux/thread_info.h:12,
  3648.                  from ./arch/x86/include/asm/preempt.h:7,
  3649.                  from ./include/linux/preempt.h:78,
  3650.                  from ./include/linux/spinlock.h:51,
  3651.                  from ./include/linux/seqlock.h:36,
  3652.                  from ./include/linux/time.h:6,
  3653.                  from ./include/linux/stat.h:19,
  3654.                  from ./include/linux/module.h:10,
  3655.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3656.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3657.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3658. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3659.   asm_inline volatile("1:\t" ins "\n"    \
  3660.                       ^
  3661. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3662.   _BUG_FLAGS(ASM_UD2, 0);     \
  3663.   ^
  3664. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3665.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3666.                                                          ^
  3667. ./include/linux/skbuff.h:2681:2: note: in expansion of macro 'BUG_ON'
  3668.   BUG_ON(err);
  3669.   ^
  3670. In file included from <command-line>:0:0:
  3671. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3672.  #define asm_inline asm __inline
  3673.                         ^
  3674. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3675.   asm_inline volatile("1:\t" ins "\n"    \
  3676.   ^
  3677. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3678.   _BUG_FLAGS(ASM_UD2, 0);     \
  3679.   ^
  3680. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3681.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3682.                                                          ^
  3683. ./include/linux/skbuff.h:2681:2: note: in expansion of macro 'BUG_ON'
  3684.   BUG_ON(err);
  3685.   ^
  3686. ./include/linux/skbuff.h: In function 'skb_orphan':
  3687. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3688.  #define asm_inline asm __inline
  3689.                         ^
  3690. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3691.   asm_inline volatile("1:\t" ins "\n"    \
  3692.   ^
  3693. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3694.   _BUG_FLAGS(ASM_UD2, 0);     \
  3695.   ^
  3696. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3697.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3698.                                                          ^
  3699. ./include/linux/skbuff.h:2713:3: note: in expansion of macro 'BUG_ON'
  3700.    BUG_ON(skb->sk);
  3701.    ^
  3702. In file included from ./include/linux/bug.h:5:0,
  3703.                  from ./include/linux/thread_info.h:12,
  3704.                  from ./arch/x86/include/asm/preempt.h:7,
  3705.                  from ./include/linux/preempt.h:78,
  3706.                  from ./include/linux/spinlock.h:51,
  3707.                  from ./include/linux/seqlock.h:36,
  3708.                  from ./include/linux/time.h:6,
  3709.                  from ./include/linux/stat.h:19,
  3710.                  from ./include/linux/module.h:10,
  3711.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3712.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3713.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3714. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3715.   asm_inline volatile("1:\t" ins "\n"    \
  3716.                       ^
  3717. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3718.   _BUG_FLAGS(ASM_UD2, 0);     \
  3719.   ^
  3720. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3721.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3722.                                                          ^
  3723. ./include/linux/skbuff.h:2713:3: note: in expansion of macro 'BUG_ON'
  3724.    BUG_ON(skb->sk);
  3725.    ^
  3726. In file included from <command-line>:0:0:
  3727. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3728.  #define asm_inline asm __inline
  3729.                         ^
  3730. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3731.   asm_inline volatile("1:\t" ins "\n"    \
  3732.   ^
  3733. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3734.   _BUG_FLAGS(ASM_UD2, 0);     \
  3735.   ^
  3736. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3737.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3738.                                                          ^
  3739. ./include/linux/skbuff.h:2713:3: note: in expansion of macro 'BUG_ON'
  3740.    BUG_ON(skb->sk);
  3741.    ^
  3742. ./include/linux/skbuff.h: In function 'skb_increase_gso_size':
  3743. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3744.  #define asm_inline asm __inline
  3745.                         ^
  3746. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3747.   asm_inline volatile("1:\t" ins "\n"    \
  3748.   ^
  3749. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3750.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3751.   ^
  3752. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  3753.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  3754.    ^
  3755. ./include/linux/skbuff.h:4422:6: note: in expansion of macro 'WARN_ON_ONCE'
  3756.   if (WARN_ON_ONCE(shinfo->gso_size == GSO_BY_FRAGS))
  3757.       ^
  3758. In file included from ./include/linux/bug.h:5:0,
  3759.                  from ./include/linux/thread_info.h:12,
  3760.                  from ./arch/x86/include/asm/preempt.h:7,
  3761.                  from ./include/linux/preempt.h:78,
  3762.                  from ./include/linux/spinlock.h:51,
  3763.                  from ./include/linux/seqlock.h:36,
  3764.                  from ./include/linux/time.h:6,
  3765.                  from ./include/linux/stat.h:19,
  3766.                  from ./include/linux/module.h:10,
  3767.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3768.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3769.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3770. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3771.   asm_inline volatile("1:\t" ins "\n"    \
  3772.                       ^
  3773. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3774.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3775.   ^
  3776. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  3777.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  3778.    ^
  3779. ./include/linux/skbuff.h:4422:6: note: in expansion of macro 'WARN_ON_ONCE'
  3780.   if (WARN_ON_ONCE(shinfo->gso_size == GSO_BY_FRAGS))
  3781.       ^
  3782. In file included from <command-line>:0:0:
  3783. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3784.  #define asm_inline asm __inline
  3785.                         ^
  3786. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3787.   asm_inline volatile("1:\t" ins "\n"    \
  3788.   ^
  3789. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3790.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3791.   ^
  3792. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  3793.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  3794.    ^
  3795. ./include/linux/skbuff.h:4422:6: note: in expansion of macro 'WARN_ON_ONCE'
  3796.   if (WARN_ON_ONCE(shinfo->gso_size == GSO_BY_FRAGS))
  3797.       ^
  3798. ./include/linux/skbuff.h: In function 'skb_decrease_gso_size':
  3799. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3800.  #define asm_inline asm __inline
  3801.                         ^
  3802. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3803.   asm_inline volatile("1:\t" ins "\n"    \
  3804.   ^
  3805. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3806.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3807.   ^
  3808. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  3809.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  3810.    ^
  3811. ./include/linux/skbuff.h:4430:6: note: in expansion of macro 'WARN_ON_ONCE'
  3812.   if (WARN_ON_ONCE(shinfo->gso_size == GSO_BY_FRAGS))
  3813.       ^
  3814. In file included from ./include/linux/bug.h:5:0,
  3815.                  from ./include/linux/thread_info.h:12,
  3816.                  from ./arch/x86/include/asm/preempt.h:7,
  3817.                  from ./include/linux/preempt.h:78,
  3818.                  from ./include/linux/spinlock.h:51,
  3819.                  from ./include/linux/seqlock.h:36,
  3820.                  from ./include/linux/time.h:6,
  3821.                  from ./include/linux/stat.h:19,
  3822.                  from ./include/linux/module.h:10,
  3823.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3824.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3825.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3826. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3827.   asm_inline volatile("1:\t" ins "\n"    \
  3828.                       ^
  3829. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3830.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3831.   ^
  3832. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  3833.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  3834.    ^
  3835. ./include/linux/skbuff.h:4430:6: note: in expansion of macro 'WARN_ON_ONCE'
  3836.   if (WARN_ON_ONCE(shinfo->gso_size == GSO_BY_FRAGS))
  3837.       ^
  3838. In file included from <command-line>:0:0:
  3839. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3840.  #define asm_inline asm __inline
  3841.                         ^
  3842. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3843.   asm_inline volatile("1:\t" ins "\n"    \
  3844.   ^
  3845. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3846.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3847.   ^
  3848. ./include/asm-generic/bug.h:98:3: note: in expansion of macro '__WARN_FLAGS'
  3849.    __WARN_FLAGS(BUGFLAG_ONCE |   \
  3850.    ^
  3851. ./include/linux/skbuff.h:4430:6: note: in expansion of macro 'WARN_ON_ONCE'
  3852.   if (WARN_ON_ONCE(shinfo->gso_size == GSO_BY_FRAGS))
  3853.       ^
  3854. ./include/linux/seq_file.h: In function 'seq_get_buf':
  3855. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3856.  #define asm_inline asm __inline
  3857.                         ^
  3858. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3859.   asm_inline volatile("1:\t" ins "\n"    \
  3860.   ^
  3861. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3862.   _BUG_FLAGS(ASM_UD2, 0);     \
  3863.   ^
  3864. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3865.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3866.                                                          ^
  3867. ./include/linux/seq_file.h:66:2: note: in expansion of macro 'BUG_ON'
  3868.   BUG_ON(m->count > m->size);
  3869.   ^
  3870. In file included from ./include/linux/bug.h:5:0,
  3871.                  from ./include/linux/thread_info.h:12,
  3872.                  from ./arch/x86/include/asm/preempt.h:7,
  3873.                  from ./include/linux/preempt.h:78,
  3874.                  from ./include/linux/spinlock.h:51,
  3875.                  from ./include/linux/seqlock.h:36,
  3876.                  from ./include/linux/time.h:6,
  3877.                  from ./include/linux/stat.h:19,
  3878.                  from ./include/linux/module.h:10,
  3879.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3880.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3881.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3882. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3883.   asm_inline volatile("1:\t" ins "\n"    \
  3884.                       ^
  3885. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3886.   _BUG_FLAGS(ASM_UD2, 0);     \
  3887.   ^
  3888. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3889.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3890.                                                          ^
  3891. ./include/linux/seq_file.h:66:2: note: in expansion of macro 'BUG_ON'
  3892.   BUG_ON(m->count > m->size);
  3893.   ^
  3894. In file included from <command-line>:0:0:
  3895. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3896.  #define asm_inline asm __inline
  3897.                         ^
  3898. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3899.   asm_inline volatile("1:\t" ins "\n"    \
  3900.   ^
  3901. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3902.   _BUG_FLAGS(ASM_UD2, 0);     \
  3903.   ^
  3904. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3905.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3906.                                                          ^
  3907. ./include/linux/seq_file.h:66:2: note: in expansion of macro 'BUG_ON'
  3908.   BUG_ON(m->count > m->size);
  3909.   ^
  3910. ./include/linux/seq_file.h: In function 'seq_commit':
  3911. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3912.  #define asm_inline asm __inline
  3913.                         ^
  3914. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3915.   asm_inline volatile("1:\t" ins "\n"    \
  3916.   ^
  3917. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3918.   _BUG_FLAGS(ASM_UD2, 0);     \
  3919.   ^
  3920. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3921.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3922.                                                          ^
  3923. ./include/linux/seq_file.h:89:3: note: in expansion of macro 'BUG_ON'
  3924.    BUG_ON(m->count + num > m->size);
  3925.    ^
  3926. In file included from ./include/linux/bug.h:5:0,
  3927.                  from ./include/linux/thread_info.h:12,
  3928.                  from ./arch/x86/include/asm/preempt.h:7,
  3929.                  from ./include/linux/preempt.h:78,
  3930.                  from ./include/linux/spinlock.h:51,
  3931.                  from ./include/linux/seqlock.h:36,
  3932.                  from ./include/linux/time.h:6,
  3933.                  from ./include/linux/stat.h:19,
  3934.                  from ./include/linux/module.h:10,
  3935.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3936.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3937.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3938. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3939.   asm_inline volatile("1:\t" ins "\n"    \
  3940.                       ^
  3941. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3942.   _BUG_FLAGS(ASM_UD2, 0);     \
  3943.   ^
  3944. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3945.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3946.                                                          ^
  3947. ./include/linux/seq_file.h:89:3: note: in expansion of macro 'BUG_ON'
  3948.    BUG_ON(m->count + num > m->size);
  3949.    ^
  3950. In file included from <command-line>:0:0:
  3951. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  3952.  #define asm_inline asm __inline
  3953.                         ^
  3954. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3955.   asm_inline volatile("1:\t" ins "\n"    \
  3956.   ^
  3957. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  3958.   _BUG_FLAGS(ASM_UD2, 0);     \
  3959.   ^
  3960. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  3961.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  3962.                                                          ^
  3963. ./include/linux/seq_file.h:89:3: note: in expansion of macro 'BUG_ON'
  3964.    BUG_ON(m->count + num > m->size);
  3965.    ^
  3966. ./include/linux/sched/signal.h: In function 'signal_set_stop_flags':
  3967. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  3968.  #define asm_inline asm __inline
  3969.                         ^
  3970. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  3971.   asm_inline volatile("1:\t" ins "\n"    \
  3972.   ^
  3973. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  3974.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  3975.   ^
  3976. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  3977.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  3978.                    ^
  3979. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  3980.    __WARN();      \
  3981.    ^
  3982. ./include/linux/sched/signal.h:252:2: note: in expansion of macro 'WARN_ON'
  3983.   WARN_ON(sig->flags & (SIGNAL_GROUP_EXIT|SIGNAL_GROUP_COREDUMP));
  3984.   ^
  3985. In file included from ./include/linux/bug.h:5:0,
  3986.                  from ./include/linux/thread_info.h:12,
  3987.                  from ./arch/x86/include/asm/preempt.h:7,
  3988.                  from ./include/linux/preempt.h:78,
  3989.                  from ./include/linux/spinlock.h:51,
  3990.                  from ./include/linux/seqlock.h:36,
  3991.                  from ./include/linux/time.h:6,
  3992.                  from ./include/linux/stat.h:19,
  3993.                  from ./include/linux/module.h:10,
  3994.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  3995.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  3996.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  3997. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  3998.   asm_inline volatile("1:\t" ins "\n"    \
  3999.                       ^
  4000. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4001.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4002.   ^
  4003. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4004.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4005.                    ^
  4006. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4007.    __WARN();      \
  4008.    ^
  4009. ./include/linux/sched/signal.h:252:2: note: in expansion of macro 'WARN_ON'
  4010.   WARN_ON(sig->flags & (SIGNAL_GROUP_EXIT|SIGNAL_GROUP_COREDUMP));
  4011.   ^
  4012. In file included from <command-line>:0:0:
  4013. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4014.  #define asm_inline asm __inline
  4015.                         ^
  4016. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4017.   asm_inline volatile("1:\t" ins "\n"    \
  4018.   ^
  4019. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4020.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4021.   ^
  4022. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4023.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4024.                    ^
  4025. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4026.    __WARN();      \
  4027.    ^
  4028. ./include/linux/sched/signal.h:252:2: note: in expansion of macro 'WARN_ON'
  4029.   WARN_ON(sig->flags & (SIGNAL_GROUP_EXIT|SIGNAL_GROUP_COREDUMP));
  4030.   ^
  4031. ./include/linux/sched/signal.h: In function 'restore_saved_sigmask_unless':
  4032. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  4033.  #define asm_inline asm __inline
  4034.                         ^
  4035. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4036.   asm_inline volatile("1:\t" ins "\n"    \
  4037.   ^
  4038. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4039.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4040.   ^
  4041. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4042.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4043.                    ^
  4044. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4045.    __WARN();      \
  4046.    ^
  4047. ./include/linux/sched/signal.h:482:3: note: in expansion of macro 'WARN_ON'
  4048.    WARN_ON(!test_thread_flag(TIF_SIGPENDING));
  4049.    ^
  4050. In file included from ./include/linux/bug.h:5:0,
  4051.                  from ./include/linux/thread_info.h:12,
  4052.                  from ./arch/x86/include/asm/preempt.h:7,
  4053.                  from ./include/linux/preempt.h:78,
  4054.                  from ./include/linux/spinlock.h:51,
  4055.                  from ./include/linux/seqlock.h:36,
  4056.                  from ./include/linux/time.h:6,
  4057.                  from ./include/linux/stat.h:19,
  4058.                  from ./include/linux/module.h:10,
  4059.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  4060.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  4061.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4062. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  4063.   asm_inline volatile("1:\t" ins "\n"    \
  4064.                       ^
  4065. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4066.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4067.   ^
  4068. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4069.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4070.                    ^
  4071. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4072.    __WARN();      \
  4073.    ^
  4074. ./include/linux/sched/signal.h:482:3: note: in expansion of macro 'WARN_ON'
  4075.    WARN_ON(!test_thread_flag(TIF_SIGPENDING));
  4076.    ^
  4077. In file included from <command-line>:0:0:
  4078. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4079.  #define asm_inline asm __inline
  4080.                         ^
  4081. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4082.   asm_inline volatile("1:\t" ins "\n"    \
  4083.   ^
  4084. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4085.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4086.   ^
  4087. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4088.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4089.                    ^
  4090. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4091.    __WARN();      \
  4092.    ^
  4093. ./include/linux/sched/signal.h:482:3: note: in expansion of macro 'WARN_ON'
  4094.    WARN_ON(!test_thread_flag(TIF_SIGPENDING));
  4095.    ^
  4096. ./include/linux/netdevice.h: In function 'napi_enable':
  4097. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  4098.  #define asm_inline asm __inline
  4099.                         ^
  4100. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4101.   asm_inline volatile("1:\t" ins "\n"    \
  4102.   ^
  4103. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4104.   _BUG_FLAGS(ASM_UD2, 0);     \
  4105.   ^
  4106. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4107.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4108.                                                          ^
  4109. ./include/linux/netdevice.h:516:2: note: in expansion of macro 'BUG_ON'
  4110.   BUG_ON(!test_bit(NAPI_STATE_SCHED, &n->state));
  4111.   ^
  4112. In file included from ./include/linux/bug.h:5:0,
  4113.                  from ./include/linux/thread_info.h:12,
  4114.                  from ./arch/x86/include/asm/preempt.h:7,
  4115.                  from ./include/linux/preempt.h:78,
  4116.                  from ./include/linux/spinlock.h:51,
  4117.                  from ./include/linux/seqlock.h:36,
  4118.                  from ./include/linux/time.h:6,
  4119.                  from ./include/linux/stat.h:19,
  4120.                  from ./include/linux/module.h:10,
  4121.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  4122.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  4123.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4124. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  4125.   asm_inline volatile("1:\t" ins "\n"    \
  4126.                       ^
  4127. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4128.   _BUG_FLAGS(ASM_UD2, 0);     \
  4129.   ^
  4130. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4131.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4132.                                                          ^
  4133. ./include/linux/netdevice.h:516:2: note: in expansion of macro 'BUG_ON'
  4134.   BUG_ON(!test_bit(NAPI_STATE_SCHED, &n->state));
  4135.   ^
  4136. In file included from <command-line>:0:0:
  4137. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4138.  #define asm_inline asm __inline
  4139.                         ^
  4140. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4141.   asm_inline volatile("1:\t" ins "\n"    \
  4142.   ^
  4143. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4144.   _BUG_FLAGS(ASM_UD2, 0);     \
  4145.   ^
  4146. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4147.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4148.                                                          ^
  4149. ./include/linux/netdevice.h:516:2: note: in expansion of macro 'BUG_ON'
  4150.   BUG_ON(!test_bit(NAPI_STATE_SCHED, &n->state));
  4151.   ^
  4152. ./include/linux/netdevice.h: In function 'skb_gro_remcsum_process':
  4153. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  4154.  #define asm_inline asm __inline
  4155.                         ^
  4156. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4157.   asm_inline volatile("1:\t" ins "\n"    \
  4158.   ^
  4159. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4160.   _BUG_FLAGS(ASM_UD2, 0);     \
  4161.   ^
  4162. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4163.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4164.                                                          ^
  4165. ./include/linux/netdevice.h:2829:2: note: in expansion of macro 'BUG_ON'
  4166.   BUG_ON(!NAPI_GRO_CB(skb)->csum_valid);
  4167.   ^
  4168. In file included from ./include/linux/bug.h:5:0,
  4169.                  from ./include/linux/thread_info.h:12,
  4170.                  from ./arch/x86/include/asm/preempt.h:7,
  4171.                  from ./include/linux/preempt.h:78,
  4172.                  from ./include/linux/spinlock.h:51,
  4173.                  from ./include/linux/seqlock.h:36,
  4174.                  from ./include/linux/time.h:6,
  4175.                  from ./include/linux/stat.h:19,
  4176.                  from ./include/linux/module.h:10,
  4177.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  4178.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  4179.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4180. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  4181.   asm_inline volatile("1:\t" ins "\n"    \
  4182.                       ^
  4183. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4184.   _BUG_FLAGS(ASM_UD2, 0);     \
  4185.   ^
  4186. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4187.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4188.                                                          ^
  4189. ./include/linux/netdevice.h:2829:2: note: in expansion of macro 'BUG_ON'
  4190.   BUG_ON(!NAPI_GRO_CB(skb)->csum_valid);
  4191.   ^
  4192. In file included from <command-line>:0:0:
  4193. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4194.  #define asm_inline asm __inline
  4195.                         ^
  4196. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4197.   asm_inline volatile("1:\t" ins "\n"    \
  4198.   ^
  4199. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4200.   _BUG_FLAGS(ASM_UD2, 0);     \
  4201.   ^
  4202. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4203.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4204.                                                          ^
  4205. ./include/linux/netdevice.h:2829:2: note: in expansion of macro 'BUG_ON'
  4206.   BUG_ON(!NAPI_GRO_CB(skb)->csum_valid);
  4207.   ^
  4208. ./include/linux/netdevice.h: In function 'get_netdev_rx_queue_index':
  4209. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  4210.  #define asm_inline asm __inline
  4211.                         ^
  4212. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4213.   asm_inline volatile("1:\t" ins "\n"    \
  4214.   ^
  4215. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4216.   _BUG_FLAGS(ASM_UD2, 0);     \
  4217.   ^
  4218. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4219.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4220.                                                          ^
  4221. ./include/linux/netdevice.h:3573:2: note: in expansion of macro 'BUG_ON'
  4222.   BUG_ON(index >= dev->num_rx_queues);
  4223.   ^
  4224. In file included from ./include/linux/bug.h:5:0,
  4225.                  from ./include/linux/thread_info.h:12,
  4226.                  from ./arch/x86/include/asm/preempt.h:7,
  4227.                  from ./include/linux/preempt.h:78,
  4228.                  from ./include/linux/spinlock.h:51,
  4229.                  from ./include/linux/seqlock.h:36,
  4230.                  from ./include/linux/time.h:6,
  4231.                  from ./include/linux/stat.h:19,
  4232.                  from ./include/linux/module.h:10,
  4233.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  4234.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  4235.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4236. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  4237.   asm_inline volatile("1:\t" ins "\n"    \
  4238.                       ^
  4239. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4240.   _BUG_FLAGS(ASM_UD2, 0);     \
  4241.   ^
  4242. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4243.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4244.                                                          ^
  4245. ./include/linux/netdevice.h:3573:2: note: in expansion of macro 'BUG_ON'
  4246.   BUG_ON(index >= dev->num_rx_queues);
  4247.   ^
  4248. In file included from <command-line>:0:0:
  4249. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4250.  #define asm_inline asm __inline
  4251.                         ^
  4252. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4253.   asm_inline volatile("1:\t" ins "\n"    \
  4254.   ^
  4255. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4256.   _BUG_FLAGS(ASM_UD2, 0);     \
  4257.   ^
  4258. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4259.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4260.                                                          ^
  4261. ./include/linux/netdevice.h:3573:2: note: in expansion of macro 'BUG_ON'
  4262.   BUG_ON(index >= dev->num_rx_queues);
  4263.   ^
  4264. ./include/linux/netdevice.h: In function 'netdev_reg_state':
  4265. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  4266.  #define asm_inline asm __inline
  4267.                         ^
  4268. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4269.   asm_inline volatile("1:\t" ins "\n"    \
  4270.   ^
  4271. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4272.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4273.   ^
  4274. ./include/asm-generic/bug.h:93:3: note: in expansion of macro '__WARN_FLAGS'
  4275.    __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
  4276.    ^
  4277. ./include/asm-generic/bug.h:124:3: note: in expansion of macro '__WARN_printf'
  4278.    __WARN_printf(TAINT_WARN, format);   \
  4279.    ^
  4280. ./include/asm-generic/bug.h:155:3: note: in expansion of macro 'WARN'
  4281.    WARN(1, format);    \
  4282.    ^
  4283. ./include/linux/netdevice.h:4706:2: note: in expansion of macro 'WARN_ONCE'
  4284.   WARN_ONCE(1, "%s: unknown reg_state %d\n", dev->name, dev->reg_state);
  4285.   ^
  4286. In file included from ./include/linux/bug.h:5:0,
  4287.                  from ./include/linux/thread_info.h:12,
  4288.                  from ./arch/x86/include/asm/preempt.h:7,
  4289.                  from ./include/linux/preempt.h:78,
  4290.                  from ./include/linux/spinlock.h:51,
  4291.                  from ./include/linux/seqlock.h:36,
  4292.                  from ./include/linux/time.h:6,
  4293.                  from ./include/linux/stat.h:19,
  4294.                  from ./include/linux/module.h:10,
  4295.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  4296.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  4297.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4298. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  4299.   asm_inline volatile("1:\t" ins "\n"    \
  4300.                       ^
  4301. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4302.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4303.   ^
  4304. ./include/asm-generic/bug.h:93:3: note: in expansion of macro '__WARN_FLAGS'
  4305.    __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
  4306.    ^
  4307. ./include/asm-generic/bug.h:124:3: note: in expansion of macro '__WARN_printf'
  4308.    __WARN_printf(TAINT_WARN, format);   \
  4309.    ^
  4310. ./include/asm-generic/bug.h:155:3: note: in expansion of macro 'WARN'
  4311.    WARN(1, format);    \
  4312.    ^
  4313. ./include/linux/netdevice.h:4706:2: note: in expansion of macro 'WARN_ONCE'
  4314.   WARN_ONCE(1, "%s: unknown reg_state %d\n", dev->name, dev->reg_state);
  4315.   ^
  4316. In file included from <command-line>:0:0:
  4317. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4318.  #define asm_inline asm __inline
  4319.                         ^
  4320. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4321.   asm_inline volatile("1:\t" ins "\n"    \
  4322.   ^
  4323. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4324.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4325.   ^
  4326. ./include/asm-generic/bug.h:93:3: note: in expansion of macro '__WARN_FLAGS'
  4327.    __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
  4328.    ^
  4329. ./include/asm-generic/bug.h:124:3: note: in expansion of macro '__WARN_printf'
  4330.    __WARN_printf(TAINT_WARN, format);   \
  4331.    ^
  4332. ./include/asm-generic/bug.h:155:3: note: in expansion of macro 'WARN'
  4333.    WARN(1, format);    \
  4334.    ^
  4335. ./include/linux/netdevice.h:4706:2: note: in expansion of macro 'WARN_ONCE'
  4336.   WARN_ONCE(1, "%s: unknown reg_state %d\n", dev->name, dev->reg_state);
  4337.   ^
  4338. ./include/net/cfg80211.h: In function 'ieee80211_get_sband_iftype_data':
  4339. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  4340.  #define asm_inline asm __inline
  4341.                         ^
  4342. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4343.   asm_inline volatile("1:\t" ins "\n"    \
  4344.   ^
  4345. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4346.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4347.   ^
  4348. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4349.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4350.                    ^
  4351. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4352.    __WARN();      \
  4353.    ^
  4354. ./include/net/cfg80211.h:436:6: note: in expansion of macro 'WARN_ON'
  4355.   if (WARN_ON(iftype >= NL80211_IFTYPE_MAX))
  4356.       ^
  4357. In file included from ./include/linux/bug.h:5:0,
  4358.                  from ./include/linux/thread_info.h:12,
  4359.                  from ./arch/x86/include/asm/preempt.h:7,
  4360.                  from ./include/linux/preempt.h:78,
  4361.                  from ./include/linux/spinlock.h:51,
  4362.                  from ./include/linux/seqlock.h:36,
  4363.                  from ./include/linux/time.h:6,
  4364.                  from ./include/linux/stat.h:19,
  4365.                  from ./include/linux/module.h:10,
  4366.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  4367.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  4368.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4369. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  4370.   asm_inline volatile("1:\t" ins "\n"    \
  4371.                       ^
  4372. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4373.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4374.   ^
  4375. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4376.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4377.                    ^
  4378. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4379.    __WARN();      \
  4380.    ^
  4381. ./include/net/cfg80211.h:436:6: note: in expansion of macro 'WARN_ON'
  4382.   if (WARN_ON(iftype >= NL80211_IFTYPE_MAX))
  4383.       ^
  4384. In file included from <command-line>:0:0:
  4385. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4386.  #define asm_inline asm __inline
  4387.                         ^
  4388. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4389.   asm_inline volatile("1:\t" ins "\n"    \
  4390.   ^
  4391. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4392.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4393.   ^
  4394. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4395.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4396.                    ^
  4397. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4398.    __WARN();      \
  4399.    ^
  4400. ./include/net/cfg80211.h:436:6: note: in expansion of macro 'WARN_ON'
  4401.   if (WARN_ON(iftype >= NL80211_IFTYPE_MAX))
  4402.       ^
  4403. ./include/net/cfg80211.h: In function 'cfg80211_get_chandef_type':
  4404. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  4405.  #define asm_inline asm __inline
  4406.                         ^
  4407. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4408.   asm_inline volatile("1:\t" ins "\n"    \
  4409.   ^
  4410. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4411.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4412.   ^
  4413. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4414.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4415.                    ^
  4416. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4417.    __WARN();      \
  4418.    ^
  4419. ./include/net/cfg80211.h:619:3: note: in expansion of macro 'WARN_ON'
  4420.    WARN_ON(1);
  4421.    ^
  4422. In file included from ./include/linux/bug.h:5:0,
  4423.                  from ./include/linux/thread_info.h:12,
  4424.                  from ./arch/x86/include/asm/preempt.h:7,
  4425.                  from ./include/linux/preempt.h:78,
  4426.                  from ./include/linux/spinlock.h:51,
  4427.                  from ./include/linux/seqlock.h:36,
  4428.                  from ./include/linux/time.h:6,
  4429.                  from ./include/linux/stat.h:19,
  4430.                  from ./include/linux/module.h:10,
  4431.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  4432.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  4433.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4434. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  4435.   asm_inline volatile("1:\t" ins "\n"    \
  4436.                       ^
  4437. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4438.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4439.   ^
  4440. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4441.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4442.                    ^
  4443. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4444.    __WARN();      \
  4445.    ^
  4446. ./include/net/cfg80211.h:619:3: note: in expansion of macro 'WARN_ON'
  4447.    WARN_ON(1);
  4448.    ^
  4449. In file included from <command-line>:0:0:
  4450. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4451.  #define asm_inline asm __inline
  4452.                         ^
  4453. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4454.   asm_inline volatile("1:\t" ins "\n"    \
  4455.   ^
  4456. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4457.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4458.   ^
  4459. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4460.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4461.                    ^
  4462. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4463.    __WARN();      \
  4464.    ^
  4465. ./include/net/cfg80211.h:619:3: note: in expansion of macro 'WARN_ON'
  4466.    WARN_ON(1);
  4467.    ^
  4468. ./include/net/cfg80211.h: In function 'wiphy_priv':
  4469. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  4470.  #define asm_inline asm __inline
  4471.                         ^
  4472. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4473.   asm_inline volatile("1:\t" ins "\n"    \
  4474.   ^
  4475. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4476.   _BUG_FLAGS(ASM_UD2, 0);     \
  4477.   ^
  4478. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4479.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4480.                                                          ^
  4481. ./include/net/cfg80211.h:4705:2: note: in expansion of macro 'BUG_ON'
  4482.   BUG_ON(!wiphy);
  4483.   ^
  4484. In file included from ./include/linux/bug.h:5:0,
  4485.                  from ./include/linux/thread_info.h:12,
  4486.                  from ./arch/x86/include/asm/preempt.h:7,
  4487.                  from ./include/linux/preempt.h:78,
  4488.                  from ./include/linux/spinlock.h:51,
  4489.                  from ./include/linux/seqlock.h:36,
  4490.                  from ./include/linux/time.h:6,
  4491.                  from ./include/linux/stat.h:19,
  4492.                  from ./include/linux/module.h:10,
  4493.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  4494.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  4495.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4496. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  4497.   asm_inline volatile("1:\t" ins "\n"    \
  4498.                       ^
  4499. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4500.   _BUG_FLAGS(ASM_UD2, 0);     \
  4501.   ^
  4502. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4503.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4504.                                                          ^
  4505. ./include/net/cfg80211.h:4705:2: note: in expansion of macro 'BUG_ON'
  4506.   BUG_ON(!wiphy);
  4507.   ^
  4508. In file included from <command-line>:0:0:
  4509. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4510.  #define asm_inline asm __inline
  4511.                         ^
  4512. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4513.   asm_inline volatile("1:\t" ins "\n"    \
  4514.   ^
  4515. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4516.   _BUG_FLAGS(ASM_UD2, 0);     \
  4517.   ^
  4518. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4519.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4520.                                                          ^
  4521. ./include/net/cfg80211.h:4705:2: note: in expansion of macro 'BUG_ON'
  4522.   BUG_ON(!wiphy);
  4523.   ^
  4524. ./include/net/cfg80211.h: In function 'priv_to_wiphy':
  4525. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  4526.  #define asm_inline asm __inline
  4527.                         ^
  4528. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4529.   asm_inline volatile("1:\t" ins "\n"    \
  4530.   ^
  4531. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4532.   _BUG_FLAGS(ASM_UD2, 0);     \
  4533.   ^
  4534. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4535.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4536.                                                          ^
  4537. ./include/net/cfg80211.h:4717:2: note: in expansion of macro 'BUG_ON'
  4538.   BUG_ON(!priv);
  4539.   ^
  4540. In file included from ./include/linux/bug.h:5:0,
  4541.                  from ./include/linux/thread_info.h:12,
  4542.                  from ./arch/x86/include/asm/preempt.h:7,
  4543.                  from ./include/linux/preempt.h:78,
  4544.                  from ./include/linux/spinlock.h:51,
  4545.                  from ./include/linux/seqlock.h:36,
  4546.                  from ./include/linux/time.h:6,
  4547.                  from ./include/linux/stat.h:19,
  4548.                  from ./include/linux/module.h:10,
  4549.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  4550.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  4551.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4552. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  4553.   asm_inline volatile("1:\t" ins "\n"    \
  4554.                       ^
  4555. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4556.   _BUG_FLAGS(ASM_UD2, 0);     \
  4557.   ^
  4558. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4559.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4560.                                                          ^
  4561. ./include/net/cfg80211.h:4717:2: note: in expansion of macro 'BUG_ON'
  4562.   BUG_ON(!priv);
  4563.   ^
  4564. In file included from <command-line>:0:0:
  4565. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4566.  #define asm_inline asm __inline
  4567.                         ^
  4568. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4569.   asm_inline volatile("1:\t" ins "\n"    \
  4570.   ^
  4571. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4572.   _BUG_FLAGS(ASM_UD2, 0);     \
  4573.   ^
  4574. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4575.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4576.                                                          ^
  4577. ./include/net/cfg80211.h:4717:2: note: in expansion of macro 'BUG_ON'
  4578.   BUG_ON(!priv);
  4579.   ^
  4580. ./include/net/cfg80211.h: In function 'wdev_priv':
  4581. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  4582.  #define asm_inline asm __inline
  4583.                         ^
  4584. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4585.   asm_inline volatile("1:\t" ins "\n"    \
  4586.   ^
  4587. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4588.   _BUG_FLAGS(ASM_UD2, 0);     \
  4589.   ^
  4590. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4591.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4592.                                                          ^
  4593. ./include/net/cfg80211.h:5000:2: note: in expansion of macro 'BUG_ON'
  4594.   BUG_ON(!wdev);
  4595.   ^
  4596. In file included from ./include/linux/bug.h:5:0,
  4597.                  from ./include/linux/thread_info.h:12,
  4598.                  from ./arch/x86/include/asm/preempt.h:7,
  4599.                  from ./include/linux/preempt.h:78,
  4600.                  from ./include/linux/spinlock.h:51,
  4601.                  from ./include/linux/seqlock.h:36,
  4602.                  from ./include/linux/time.h:6,
  4603.                  from ./include/linux/stat.h:19,
  4604.                  from ./include/linux/module.h:10,
  4605.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  4606.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  4607.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4608. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  4609.   asm_inline volatile("1:\t" ins "\n"    \
  4610.                       ^
  4611. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4612.   _BUG_FLAGS(ASM_UD2, 0);     \
  4613.   ^
  4614. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4615.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4616.                                                          ^
  4617. ./include/net/cfg80211.h:5000:2: note: in expansion of macro 'BUG_ON'
  4618.   BUG_ON(!wdev);
  4619.   ^
  4620. In file included from <command-line>:0:0:
  4621. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4622.  #define asm_inline asm __inline
  4623.                         ^
  4624. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4625.   asm_inline volatile("1:\t" ins "\n"    \
  4626.   ^
  4627. ./arch/x86/include/asm/bug.h:73:2: note: in expansion of macro '_BUG_FLAGS'
  4628.   _BUG_FLAGS(ASM_UD2, 0);     \
  4629.   ^
  4630. ./include/asm-generic/bug.h:62:57: note: in expansion of macro 'BUG'
  4631.  #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
  4632.                                                          ^
  4633. ./include/net/cfg80211.h:5000:2: note: in expansion of macro 'BUG_ON'
  4634.   BUG_ON(!wdev);
  4635.   ^
  4636. ./include/net/cfg80211.h: In function 'cfg80211_find_ie_match':
  4637. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  4638.  #define asm_inline asm __inline
  4639.                         ^
  4640. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4641.   asm_inline volatile("1:\t" ins "\n"    \
  4642.   ^
  4643. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4644.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4645.   ^
  4646. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4647.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4648.                    ^
  4649. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4650.    __WARN();      \
  4651.    ^
  4652. ./include/net/cfg80211.h:5301:6: note: in expansion of macro 'WARN_ON'
  4653.   if (WARN_ON((match_len && match_offset < 2) ||
  4654.       ^
  4655. In file included from ./include/linux/bug.h:5:0,
  4656.                  from ./include/linux/thread_info.h:12,
  4657.                  from ./arch/x86/include/asm/preempt.h:7,
  4658.                  from ./include/linux/preempt.h:78,
  4659.                  from ./include/linux/spinlock.h:51,
  4660.                  from ./include/linux/seqlock.h:36,
  4661.                  from ./include/linux/time.h:6,
  4662.                  from ./include/linux/stat.h:19,
  4663.                  from ./include/linux/module.h:10,
  4664.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  4665.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  4666.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4667. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  4668.   asm_inline volatile("1:\t" ins "\n"    \
  4669.                       ^
  4670. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4671.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4672.   ^
  4673. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4674.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4675.                    ^
  4676. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4677.    __WARN();      \
  4678.    ^
  4679. ./include/net/cfg80211.h:5301:6: note: in expansion of macro 'WARN_ON'
  4680.   if (WARN_ON((match_len && match_offset < 2) ||
  4681.       ^
  4682. In file included from <command-line>:0:0:
  4683. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4684.  #define asm_inline asm __inline
  4685.                         ^
  4686. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4687.   asm_inline volatile("1:\t" ins "\n"    \
  4688.   ^
  4689. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4690.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4691.   ^
  4692. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4693.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4694.                    ^
  4695. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4696.    __WARN();      \
  4697.    ^
  4698. ./include/net/cfg80211.h:5301:6: note: in expansion of macro 'WARN_ON'
  4699.   if (WARN_ON((match_len && match_offset < 2) ||
  4700.       ^
  4701. ./include/linux/usb.h: In function 'usb_maxpacket':
  4702. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  4703.  #define asm_inline asm __inline
  4704.                         ^
  4705. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4706.   asm_inline volatile("1:\t" ins "\n"    \
  4707.   ^
  4708. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4709.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4710.   ^
  4711. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4712.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4713.                    ^
  4714. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4715.    __WARN();      \
  4716.    ^
  4717. ./include/linux/usb.h:1966:3: note: in expansion of macro 'WARN_ON'
  4718.    WARN_ON(usb_pipein(pipe));
  4719.    ^
  4720. In file included from ./include/linux/bug.h:5:0,
  4721.                  from ./include/linux/thread_info.h:12,
  4722.                  from ./arch/x86/include/asm/preempt.h:7,
  4723.                  from ./include/linux/preempt.h:78,
  4724.                  from ./include/linux/spinlock.h:51,
  4725.                  from ./include/linux/seqlock.h:36,
  4726.                  from ./include/linux/time.h:6,
  4727.                  from ./include/linux/stat.h:19,
  4728.                  from ./include/linux/module.h:10,
  4729.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  4730.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  4731.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4732. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  4733.   asm_inline volatile("1:\t" ins "\n"    \
  4734.                       ^
  4735. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4736.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4737.   ^
  4738. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4739.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4740.                    ^
  4741. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4742.    __WARN();      \
  4743.    ^
  4744. ./include/linux/usb.h:1966:3: note: in expansion of macro 'WARN_ON'
  4745.    WARN_ON(usb_pipein(pipe));
  4746.    ^
  4747. In file included from <command-line>:0:0:
  4748. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4749.  #define asm_inline asm __inline
  4750.                         ^
  4751. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4752.   asm_inline volatile("1:\t" ins "\n"    \
  4753.   ^
  4754. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4755.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4756.   ^
  4757. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4758.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4759.                    ^
  4760. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4761.    __WARN();      \
  4762.    ^
  4763. ./include/linux/usb.h:1966:3: note: in expansion of macro 'WARN_ON'
  4764.    WARN_ON(usb_pipein(pipe));
  4765.    ^
  4766. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  4767.  #define asm_inline asm __inline
  4768.                         ^
  4769. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4770.   asm_inline volatile("1:\t" ins "\n"    \
  4771.   ^
  4772. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4773.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4774.   ^
  4775. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4776.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4777.                    ^
  4778. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4779.    __WARN();      \
  4780.    ^
  4781. ./include/linux/usb.h:1969:3: note: in expansion of macro 'WARN_ON'
  4782.    WARN_ON(usb_pipeout(pipe));
  4783.    ^
  4784. In file included from ./include/linux/bug.h:5:0,
  4785.                  from ./include/linux/thread_info.h:12,
  4786.                  from ./arch/x86/include/asm/preempt.h:7,
  4787.                  from ./include/linux/preempt.h:78,
  4788.                  from ./include/linux/spinlock.h:51,
  4789.                  from ./include/linux/seqlock.h:36,
  4790.                  from ./include/linux/time.h:6,
  4791.                  from ./include/linux/stat.h:19,
  4792.                  from ./include/linux/module.h:10,
  4793.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  4794.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  4795.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4796. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  4797.   asm_inline volatile("1:\t" ins "\n"    \
  4798.                       ^
  4799. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4800.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4801.   ^
  4802. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4803.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4804.                    ^
  4805. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4806.    __WARN();      \
  4807.    ^
  4808. ./include/linux/usb.h:1969:3: note: in expansion of macro 'WARN_ON'
  4809.    WARN_ON(usb_pipeout(pipe));
  4810.    ^
  4811. In file included from <command-line>:0:0:
  4812. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4813.  #define asm_inline asm __inline
  4814.                         ^
  4815. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4816.   asm_inline volatile("1:\t" ins "\n"    \
  4817.   ^
  4818. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4819.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4820.   ^
  4821. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4822.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4823.                    ^
  4824. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4825.    __WARN();      \
  4826.    ^
  4827. ./include/linux/usb.h:1969:3: note: in expansion of macro 'WARN_ON'
  4828.    WARN_ON(usb_pipeout(pipe));
  4829.    ^
  4830. In file included from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:46:0,
  4831.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:32,
  4832.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4833. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service_linux.h: In function '_init_timer':
  4834. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service_linux.h:288:8: error: '_timer {aka struct timer_list}' has no member named 'data'
  4835.   ptimer->data = (unsigned long)cntx;
  4836.         ^
  4837. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service_linux.h:289:2: error: implicit declaration of function 'init_timer' [-Werror=implicit-function-declaration]
  4838.   init_timer(ptimer);
  4839.   ^
  4840. In file included from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:35:0,
  4841.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4842. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/wifi.h: At top level:
  4843. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/wifi.h:1012:0: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  4844.  #define IEEE80211_MAX_AMPDU_BUF 0x40
  4845.  ^
  4846. In file included from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service_linux.h:86:0,
  4847.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:46,
  4848.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:32,
  4849.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4850. ./include/linux/ieee80211.h:1460:0: note: this is the location of the previous definition
  4851.  #define IEEE80211_MAX_AMPDU_BUF  0x100
  4852.  ^
  4853. In file included from <command-line>:0:0:
  4854. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c: In function 'rtw_cmd_filter':
  4855. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  4856.  #define asm_inline asm __inline
  4857.                         ^
  4858. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4859.   asm_inline volatile("1:\t" ins "\n"    \
  4860.   ^
  4861. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4862.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4863.   ^
  4864. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4865.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4866.                    ^
  4867. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4868.    __WARN();      \
  4869.    ^
  4870. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:415:32: note: in expansion of macro 'WARN_ON'
  4871.  #define rtw_warn_on(condition) WARN_ON(condition)
  4872.                                 ^
  4873. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:442:4: note: in expansion of macro 'rtw_warn_on'
  4874.     rtw_warn_on(1);
  4875.     ^
  4876. In file included from ./include/linux/bug.h:5:0,
  4877.                  from ./include/linux/thread_info.h:12,
  4878.                  from ./arch/x86/include/asm/preempt.h:7,
  4879.                  from ./include/linux/preempt.h:78,
  4880.                  from ./include/linux/spinlock.h:51,
  4881.                  from ./include/linux/seqlock.h:36,
  4882.                  from ./include/linux/time.h:6,
  4883.                  from ./include/linux/stat.h:19,
  4884.                  from ./include/linux/module.h:10,
  4885.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  4886.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  4887.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4888. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  4889.   asm_inline volatile("1:\t" ins "\n"    \
  4890.                       ^
  4891. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4892.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4893.   ^
  4894. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4895.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4896.                    ^
  4897. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4898.    __WARN();      \
  4899.    ^
  4900. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:415:32: note: in expansion of macro 'WARN_ON'
  4901.  #define rtw_warn_on(condition) WARN_ON(condition)
  4902.                                 ^
  4903. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:442:4: note: in expansion of macro 'rtw_warn_on'
  4904.     rtw_warn_on(1);
  4905.     ^
  4906. In file included from <command-line>:0:0:
  4907. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4908.  #define asm_inline asm __inline
  4909.                         ^
  4910. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4911.   asm_inline volatile("1:\t" ins "\n"    \
  4912.   ^
  4913. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4914.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4915.   ^
  4916. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4917.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4918.                    ^
  4919. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4920.    __WARN();      \
  4921.    ^
  4922. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:415:32: note: in expansion of macro 'WARN_ON'
  4923.  #define rtw_warn_on(condition) WARN_ON(condition)
  4924.                                 ^
  4925. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:442:4: note: in expansion of macro 'rtw_warn_on'
  4926.     rtw_warn_on(1);
  4927.     ^
  4928. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c: In function 'rtw_enqueue_cmd':
  4929. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  4930.  #define asm_inline asm __inline
  4931.                         ^
  4932. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4933.   asm_inline volatile("1:\t" ins "\n"    \
  4934.   ^
  4935. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4936.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4937.   ^
  4938. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4939.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4940.                    ^
  4941. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4942.    __WARN();      \
  4943.    ^
  4944. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:415:32: note: in expansion of macro 'WARN_ON'
  4945.  #define rtw_warn_on(condition) WARN_ON(condition)
  4946.                                 ^
  4947. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:472:4: note: in expansion of macro 'rtw_warn_on'
  4948.     rtw_warn_on(1);
  4949.     ^
  4950. In file included from ./include/linux/bug.h:5:0,
  4951.                  from ./include/linux/thread_info.h:12,
  4952.                  from ./arch/x86/include/asm/preempt.h:7,
  4953.                  from ./include/linux/preempt.h:78,
  4954.                  from ./include/linux/spinlock.h:51,
  4955.                  from ./include/linux/seqlock.h:36,
  4956.                  from ./include/linux/time.h:6,
  4957.                  from ./include/linux/stat.h:19,
  4958.                  from ./include/linux/module.h:10,
  4959.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  4960.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  4961.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  4962. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  4963.   asm_inline volatile("1:\t" ins "\n"    \
  4964.                       ^
  4965. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4966.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4967.   ^
  4968. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4969.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4970.                    ^
  4971. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4972.    __WARN();      \
  4973.    ^
  4974. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:415:32: note: in expansion of macro 'WARN_ON'
  4975.  #define rtw_warn_on(condition) WARN_ON(condition)
  4976.                                 ^
  4977. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:472:4: note: in expansion of macro 'rtw_warn_on'
  4978.     rtw_warn_on(1);
  4979.     ^
  4980. In file included from <command-line>:0:0:
  4981. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  4982.  #define asm_inline asm __inline
  4983.                         ^
  4984. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  4985.   asm_inline volatile("1:\t" ins "\n"    \
  4986.   ^
  4987. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  4988.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  4989.   ^
  4990. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  4991.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  4992.                    ^
  4993. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  4994.    __WARN();      \
  4995.    ^
  4996. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:415:32: note: in expansion of macro 'WARN_ON'
  4997.  #define rtw_warn_on(condition) WARN_ON(condition)
  4998.                                 ^
  4999. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:472:4: note: in expansion of macro 'rtw_warn_on'
  5000.     rtw_warn_on(1);
  5001.     ^
  5002. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c: In function 'rtw_cmd_thread':
  5003. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  5004.  #define asm_inline asm __inline
  5005.                         ^
  5006. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  5007.   asm_inline volatile("1:\t" ins "\n"    \
  5008.   ^
  5009. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  5010.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  5011.   ^
  5012. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  5013.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  5014.                    ^
  5015. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  5016.    __WARN();      \
  5017.    ^
  5018. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:415:32: note: in expansion of macro 'WARN_ON'
  5019.  #define rtw_warn_on(condition) WARN_ON(condition)
  5020.                                 ^
  5021. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:697:5: note: in expansion of macro 'rtw_warn_on'
  5022.      rtw_warn_on(1);
  5023.      ^
  5024. In file included from ./include/linux/bug.h:5:0,
  5025.                  from ./include/linux/thread_info.h:12,
  5026.                  from ./arch/x86/include/asm/preempt.h:7,
  5027.                  from ./include/linux/preempt.h:78,
  5028.                  from ./include/linux/spinlock.h:51,
  5029.                  from ./include/linux/seqlock.h:36,
  5030.                  from ./include/linux/time.h:6,
  5031.                  from ./include/linux/stat.h:19,
  5032.                  from ./include/linux/module.h:10,
  5033.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  5034.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  5035.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  5036. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  5037.   asm_inline volatile("1:\t" ins "\n"    \
  5038.                       ^
  5039. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  5040.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  5041.   ^
  5042. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  5043.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  5044.                    ^
  5045. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  5046.    __WARN();      \
  5047.    ^
  5048. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:415:32: note: in expansion of macro 'WARN_ON'
  5049.  #define rtw_warn_on(condition) WARN_ON(condition)
  5050.                                 ^
  5051. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:697:5: note: in expansion of macro 'rtw_warn_on'
  5052.      rtw_warn_on(1);
  5053.      ^
  5054. In file included from <command-line>:0:0:
  5055. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  5056.  #define asm_inline asm __inline
  5057.                         ^
  5058. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  5059.   asm_inline volatile("1:\t" ins "\n"    \
  5060.   ^
  5061. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  5062.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  5063.   ^
  5064. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  5065.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  5066.                    ^
  5067. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  5068.    __WARN();      \
  5069.    ^
  5070. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:415:32: note: in expansion of macro 'WARN_ON'
  5071.  #define rtw_warn_on(condition) WARN_ON(condition)
  5072.                                 ^
  5073. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:697:5: note: in expansion of macro 'rtw_warn_on'
  5074.      rtw_warn_on(1);
  5075.      ^
  5076. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c: In function 'rtw_mp_cmd_hdl':
  5077. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  5078.  #define asm_inline asm __inline
  5079.                         ^
  5080. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  5081.   asm_inline volatile("1:\t" ins "\n"    \
  5082.   ^
  5083. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  5084.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  5085.   ^
  5086. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  5087.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  5088.                    ^
  5089. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  5090.    __WARN();      \
  5091.    ^
  5092. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:415:32: note: in expansion of macro 'WARN_ON'
  5093.  #define rtw_warn_on(condition) WARN_ON(condition)
  5094.                                 ^
  5095. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:3937:3: note: in expansion of macro 'rtw_warn_on'
  5096.    rtw_warn_on(1);
  5097.    ^
  5098. In file included from ./include/linux/bug.h:5:0,
  5099.                  from ./include/linux/thread_info.h:12,
  5100.                  from ./arch/x86/include/asm/preempt.h:7,
  5101.                  from ./include/linux/preempt.h:78,
  5102.                  from ./include/linux/spinlock.h:51,
  5103.                  from ./include/linux/seqlock.h:36,
  5104.                  from ./include/linux/time.h:6,
  5105.                  from ./include/linux/stat.h:19,
  5106.                  from ./include/linux/module.h:10,
  5107.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  5108.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  5109.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  5110. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  5111.   asm_inline volatile("1:\t" ins "\n"    \
  5112.                       ^
  5113. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  5114.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  5115.   ^
  5116. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  5117.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  5118.                    ^
  5119. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  5120.    __WARN();      \
  5121.    ^
  5122. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:415:32: note: in expansion of macro 'WARN_ON'
  5123.  #define rtw_warn_on(condition) WARN_ON(condition)
  5124.                                 ^
  5125. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:3937:3: note: in expansion of macro 'rtw_warn_on'
  5126.    rtw_warn_on(1);
  5127.    ^
  5128. In file included from <command-line>:0:0:
  5129. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  5130.  #define asm_inline asm __inline
  5131.                         ^
  5132. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  5133.   asm_inline volatile("1:\t" ins "\n"    \
  5134.   ^
  5135. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  5136.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  5137.   ^
  5138. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  5139.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  5140.                    ^
  5141. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  5142.    __WARN();      \
  5143.    ^
  5144. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:415:32: note: in expansion of macro 'WARN_ON'
  5145.  #define rtw_warn_on(condition) WARN_ON(condition)
  5146.                                 ^
  5147. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:3937:3: note: in expansion of macro 'rtw_warn_on'
  5148.    rtw_warn_on(1);
  5149.    ^
  5150. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c: In function 'rtw_drvextra_cmd_hdl':
  5151. ././include/linux/compiler_types.h:210:24: error: expected '(' before '__inline'
  5152.  #define asm_inline asm __inline
  5153.                         ^
  5154. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  5155.   asm_inline volatile("1:\t" ins "\n"    \
  5156.   ^
  5157. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  5158.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  5159.   ^
  5160. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  5161.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  5162.                    ^
  5163. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  5164.    __WARN();      \
  5165.    ^
  5166. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:415:32: note: in expansion of macro 'WARN_ON'
  5167.  #define rtw_warn_on(condition) WARN_ON(condition)
  5168.                                 ^
  5169. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:4571:4: note: in expansion of macro 'rtw_warn_on'
  5170.     rtw_warn_on(1);
  5171.     ^
  5172. In file included from ./include/linux/bug.h:5:0,
  5173.                  from ./include/linux/thread_info.h:12,
  5174.                  from ./arch/x86/include/asm/preempt.h:7,
  5175.                  from ./include/linux/preempt.h:78,
  5176.                  from ./include/linux/spinlock.h:51,
  5177.                  from ./include/linux/seqlock.h:36,
  5178.                  from ./include/linux/time.h:6,
  5179.                  from ./include/linux/stat.h:19,
  5180.                  from ./include/linux/module.h:10,
  5181.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/basic_types.h:81,
  5182.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/drv_types.h:31,
  5183.                  from /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:22:
  5184. ./arch/x86/include/asm/bug.h:35:22: error: expected identifier or '(' before string constant
  5185.   asm_inline volatile("1:\t" ins "\n"    \
  5186.                       ^
  5187. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  5188.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  5189.   ^
  5190. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  5191.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  5192.                    ^
  5193. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  5194.    __WARN();      \
  5195.    ^
  5196. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:415:32: note: in expansion of macro 'WARN_ON'
  5197.  #define rtw_warn_on(condition) WARN_ON(condition)
  5198.                                 ^
  5199. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:4571:4: note: in expansion of macro 'rtw_warn_on'
  5200.     rtw_warn_on(1);
  5201.     ^
  5202. In file included from <command-line>:0:0:
  5203. ././include/linux/compiler_types.h:210:24: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  5204.  #define asm_inline asm __inline
  5205.                         ^
  5206. ./arch/x86/include/asm/bug.h:35:2: note: in expansion of macro 'asm_inline'
  5207.   asm_inline volatile("1:\t" ins "\n"    \
  5208.   ^
  5209. ./arch/x86/include/asm/bug.h:79:2: note: in expansion of macro '_BUG_FLAGS'
  5210.   _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags));  \
  5211.   ^
  5212. ./include/asm-generic/bug.h:90:19: note: in expansion of macro '__WARN_FLAGS'
  5213.  #define __WARN()  __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN))
  5214.                    ^
  5215. ./include/asm-generic/bug.h:115:3: note: in expansion of macro '__WARN'
  5216.    __WARN();      \
  5217.    ^
  5218. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/include/osdep_service.h:415:32: note: in expansion of macro 'WARN_ON'
  5219.  #define rtw_warn_on(condition) WARN_ON(condition)
  5220.                                 ^
  5221. /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.c:4571:4: note: in expansion of macro 'rtw_warn_on'
  5222.     rtw_warn_on(1);
  5223.     ^
  5224. cc1: some warnings being treated as errors
  5225. make[2]: *** [scripts/Makefile.build:275: /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222/core/rtw_cmd.o] Erro 1
  5226. make[1]: *** [Makefile:1731: /home/hfabio/Downloads/TP-Link_Driver_Linux_series7_beta/rtl8188EUS_linux_v5.2.2.4_25483.20171222] Erro 2
  5227. make[1]: Saindo do diretório '/usr/src/linux-headers-5.4.0-42-generic'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement