immortalwrt/package/kernel/broadcom-wl
Florian Fainelli 3d4f15a4cf
broadcom-wl: Fix compilation with kernel 5.10
This adds a few fixes for compiling against Linux 5.10:

1. segment_eq() has been removed with upstream commit
   428e2976a5bf7e7f5554286d7a5a33b8147b106a ("uaccess: remove
   segment_eq") and can use uaccess_kernel() instead
2. ioremap_nocache() is removed and is now an alias for ioremap() with
   upstream commit 4bdc0d676a643140bdf17dbf7eafedee3d496a3c ("remove
   ioremap_nocache and devm_ioremap_nocache")

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
(cherry picked from commit cd3de51bb4)
2022-06-21 09:07:50 +08:00
..
files treewide: replace which with command -v 2020-08-13 23:30:21 +08:00
patches broadcom-wl: Fix compilation with kernel 5.10 2022-06-21 09:07:50 +08:00
src fix permission 2019-09-30 13:42:16 +08:00
Makefile Merge Mainline 2021-02-10 12:28:03 +08:00