Hello,
Please be informed that all the processes for the smooth transfer into your
account has been completed hence
the payment is ready please confirm the receipt of this message immediately as
more details will be communicated
to you on your expression of interestby a returnemail or an sms t
Hello,
Please be informed that all the processes for the smooth transfer into your
account has been completed hence
the payment is ready please confirm the receipt of this message immediately as
more details will be communicated
to you on your expression of interestby a returnemail or an sms t
There is no need to add "ccflags-y += -I $(srctree)/drivers/staging"
just for including .
Use the #include "..." directive with the correct relative path.
Signed-off-by: Masahiro Yamada
---
drivers/staging/most/Makefile | 1 -
drivers/staging/most/cdev/Makefile | 1 -
drivers/staging/mo
There is no need to add "ccflags-y += -I $(srctree)/$(src)/ieee80211"
just for including "dot11d.h".
Use the correct relative path for the #include "..." directive.
Signed-off-by: Masahiro Yamada
---
drivers/staging/rtl8192u/Makefile | 1 -
drivers/staging/rtl8192u/r8192U_core.c | 2 +-
d
drivers/staging/rtl8192u/ieee80211/Makefile is not used at all.
All the build rules are described in drivers/staging/rtl8192u/Makefile.
Signed-off-by: Masahiro Yamada
---
drivers/staging/rtl8192u/ieee80211/Makefile | 27 -
1 file changed, 27 deletions(-)
delete mode 100644
-std=gnu89 is specified by the top Makefile. Adding it in a driver
Makefile is redundant.
A driver should avoid specifying the optimization flag.
-O2, -O3, or -Os is passed by the top Makefile based on the
CONFIG_CC_OPTIMIZE_FOR_* option.
Signed-off-by: Masahiro Yamada
---
drivers/staging/rtl8
I can build drivers/staging/vc04_services without this.
Signed-off-by: Masahiro Yamada
---
drivers/staging/vc04_services/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/vc04_services/Makefile
b/drivers/staging/vc04_services/Makefile
index afe43fa5a6
A header include path without $(srctree)/ is suspicous because it does
not work with O= builds.
I can build drivers/staging/rts5208/ without this include path.
Signed-off-by: Masahiro Yamada
---
drivers/staging/rts5208/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/stagi
On Sun, Jan 05, 2020 at 01:18:27AM +0900, Masahiro Yamada wrote:
> There is no need to add "ccflags-y += -I $(srctree)/drivers/staging"
> just for including .
>
> Use the #include "..." directive with the correct relative path.
>
> Signed-off-by: Masahiro Yamada
> ---
>
> drivers/staging/most/
The rtl8188 copy of the os_dep support code causes a
warning about a very significant stack usage in the translate_scan()
function:
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c: In function 'translate_scan':
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c:306:1: error: the frame size of
1560 byt
10 matches
Mail list logo