delete a statement that is not needed

pull/116/head
morrownr 2023-08-02 12:58:05 -05:00
parent 104e31a320
commit f640decf5d
2 changed files with 3 additions and 4 deletions

View File

@ -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)

View File

@ -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);
}