#include #define INCLUDE_VERMAGIC #include #include #include #include #include BUILD_SALT; BUILD_LTO_INFO; MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xf6ebc03b, "net_ratelimit" }, { 0xc5844fb8, "__per_cpu_offset" }, { 0x8a7e51de, "netdev_err" }, { 0xbdfb6dbb, "__fentry__" }, { 0xe4e03d2c, "pskb_expand_head" }, { 0x7f24de73, "jiffies_to_usecs" }, { 0xa37fe18a, "dev_driver_string" }, { 0xbfa6eaf0, "dev_addr_mod" }, { 0x5a00e0d7, "eth_type_trans" }, { 0xd4e45248, "__devm_alloc_percpu" }, { 0x122c3a7e, "_printk" }, { 0xa19b956, "__stack_chk_fail" }, { 0xa8d1337e, "_dev_info" }, { 0xd61284a9, "skb_queue_tail" }, { 0x8a931f39, "phy_ethtool_get_link_ksettings" }, { 0x167c5967, "print_hex_dump" }, { 0x2d3cbf2c, "devm_alloc_etherdev_mqs" }, { 0x541430dd, "spi_sync" }, { 0x78041b8f, "byte_rev_table" }, { 0x9040242d, "_dev_err" }, { 0xa3ba7948, "skb_pull" }, { 0x92d5838e, "request_threaded_irq" }, { 0x79b44e98, "kfree_skb_reason" }, { 0x69dd3b5b, "crc32_le" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x74d3eaad, "skb_push" }, { 0x2822df2d, "mdiobus_read" }, { 0xca64e135, "driver_unregister" }, { 0x32027b93, "ethtool_op_get_link" }, { 0xcefb0c9f, "__mutex_init" }, { 0x8baf278a, "netif_tx_wake_queue" }, { 0x187cb862, "phy_start" }, { 0xed81bdcb, "__cpu_possible_mask" }, { 0xfb578fc5, "memset" }, { 0xc1bbf083, "phy_mac_interrupt" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x76c9c367, "phy_print_status" }, { 0xb464f60e, "netif_rx" }, { 0xe989f24d, "__netdev_alloc_skb" }, { 0x2e7c8427, "phy_set_asym_pause" }, { 0xe848ea92, "devm_mdiobus_alloc_size" }, { 0xe9a3caae, "skb_unlink" }, { 0x1422ccb0, "__dynamic_netdev_dbg" }, { 0xdedae9b5, "devm_register_netdev" }, { 0x3213f038, "mutex_unlock" }, { 0x9a8a0ed4, "phy_support_asym_pause" }, { 0x8dc5692c, "__spi_register_driver" }, { 0xb43f9365, "ktime_get" }, { 0x3c12dfe, "cancel_work_sync" }, { 0xbb21d327, "phy_ethtool_nway_reset" }, { 0xb97220ff, "bitmap_parse" }, { 0xc5f90c57, "__devm_mdiobus_register" }, { 0x41ed3709, "get_random_bytes" }, { 0x27bbf221, "disable_irq_nosync" }, { 0x5e1e81a0, "phy_stop" }, { 0xa7940382, "param_ops_int" }, { 0xa14d35b6, "gpiod_direction_output" }, { 0xb10bfe5c, "phy_disconnect" }, { 0xf9a482f9, "msleep" }, { 0x1d025685, "netdev_info" }, { 0x2d3385d3, "system_wq" }, { 0xefcebb8f, "gpiod_get" }, { 0xc1514a3b, "free_irq" }, { 0x3a658619, "platform_get_ethdev_address" }, { 0x78c1846e, "gpiod_put" }, { 0xd4c3b08c, "eth_mac_addr" }, { 0xb96c812a, "skb_put" }, { 0x5fb21dcf, "consume_skb" }, { 0x656e4a6e, "snprintf" }, { 0xc5b6f236, "queue_work_on" }, { 0xf8cd6b79, "phy_mii_ioctl" }, { 0x1cfba015, "stackleak_track_stack" }, { 0x53569707, "this_cpu_off" }, { 0x10b80e92, "phy_connect" }, { 0x58c66029, "___pskb_trim" }, { 0x78eb6caf, "phy_attached_info" }, { 0xa4351738, "spi_write_then_read" }, { 0x53569bdb, "phy_ethtool_set_link_ksettings" }, { 0xfcec0987, "enable_irq" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, ""); MODULE_ALIAS("spi:ax88796c");