diff --git a/README.md b/README.md index 3a7fb74..8839ee1 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ confirm that this is the correct driver for your adapter. ### Tested Compilers -- gcc 9, 10, 11 and 12 +- gcc 10, 11 and 12 ### Tested Linux Distributions @@ -87,7 +87,7 @@ be provided via PR or message in Issues. - [openSUSE](https://www.opensuse.org/) Tumbleweed (rolling) (kernel 5.15) -- [Raspberry Pi OS](https://www.raspberrypi.org) (2023-02-21) (ARM 32 bit and 64 bit) (kernel 5.15) +- [Raspberry Pi OS](https://www.raspberrypi.org) (2023-05-03) (ARM 32 bit and 64 bit) (kernel 6.1.38) - [Raspberry Pi Desktop](https://www.raspberrypi.org) (2022-07-01) (x86 32 bit) (kernel 5.10) diff --git a/os_dep/osdep_service.c b/os_dep/osdep_service.c index 7733464..fc56358 100644 --- a/os_dep/osdep_service.c +++ b/os_dep/osdep_service.c @@ -3531,6 +3531,5 @@ int hwaddr_aton_i(const char *txt, u8 *addr) } return 0; -} -MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver); +}