File tree Expand file tree Collapse file tree
drivers/net/wireless/microchip/wilc1000 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99#include <linux/mmc/sdio_ids.h>
1010#include <linux/mmc/host.h>
1111#include <linux/mmc/card.h>
12+ #include <linux/module.h>
1213#include <linux/pm_runtime.h>
1314#include <linux/mmc/sdio.h>
1415#include <linux/of_irq.h>
@@ -1117,3 +1118,4 @@ module_driver(wilc_sdio_driver,
11171118 sdio_register_driver ,
11181119 sdio_unregister_driver );
11191120MODULE_LICENSE ("GPL" );
1121+ MODULE_VERSION ("15.4.1" );
Original file line number Diff line number Diff line change 66
77#include <linux/clk.h>
88#include <linux/spi/spi.h>
9+ #include <linux/module.h>
910#include <linux/crc7.h>
1011#include <linux/crc-itu-t.h>
1112
@@ -289,6 +290,7 @@ static struct spi_driver wilc_spi_driver = {
289290};
290291module_spi_driver (wilc_spi_driver );
291292MODULE_LICENSE ("GPL" );
293+ MODULE_VERSION ("15.4.1" );
292294
293295static int wilc_spi_tx (struct wilc * wilc , u8 * b , u32 len )
294296{
You can’t perform that action at this time.
0 commit comments