128 lines
4.0 KiB
C
128 lines
4.0 KiB
C
|
#include <linux/module.h>
|
||
|
#define INCLUDE_VERMAGIC
|
||
|
#include <linux/build-salt.h>
|
||
|
#include <linux/elfnote-lto.h>
|
||
|
#include <linux/export-internal.h>
|
||
|
#include <linux/vermagic.h>
|
||
|
#include <linux/compiler.h>
|
||
|
|
||
|
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") = {
|
||
|
{ 0xca64e135, "driver_unregister" },
|
||
|
{ 0x1cfba015, "stackleak_track_stack" },
|
||
|
{ 0x541430dd, "spi_sync" },
|
||
|
{ 0x9c5d5b94, "crc8" },
|
||
|
{ 0x1d24c881, "___ratelimit" },
|
||
|
{ 0x9040242d, "_dev_err" },
|
||
|
{ 0xd96a4600, "spi_get_device_id" },
|
||
|
{ 0x5bc8ba21, "devm_kmalloc" },
|
||
|
{ 0xcefb0c9f, "__mutex_init" },
|
||
|
{ 0x13e9de7d, "device_property_present" },
|
||
|
{ 0x58ff2664, "devm_gpiod_get_optional" },
|
||
|
{ 0xdeb3cad9, "spi_bus_lock" },
|
||
|
{ 0xe1de70c3, "gpiod_set_value" },
|
||
|
{ 0xc3055d20, "usleep_range_state" },
|
||
|
{ 0xf9a482f9, "msleep" },
|
||
|
{ 0xfccdf256, "spi_bus_unlock" },
|
||
|
{ 0xe848ea92, "devm_mdiobus_alloc_size" },
|
||
|
{ 0xc5f90c57, "__devm_mdiobus_register" },
|
||
|
{ 0x2d3cbf2c, "devm_alloc_etherdev_mqs" },
|
||
|
{ 0xeab04c50, "device_get_ethdev_address" },
|
||
|
{ 0x69c1b3a8, "netif_carrier_off" },
|
||
|
{ 0xab8d042f, "get_phy_device" },
|
||
|
{ 0x10b80e92, "phy_connect" },
|
||
|
{ 0xa7e58877, "devm_add_action" },
|
||
|
{ 0x52b1e45, "devm_request_threaded_irq" },
|
||
|
{ 0xdedae9b5, "devm_register_netdev" },
|
||
|
{ 0xaa8106bc, "crc8_populate_msb" },
|
||
|
{ 0x8a7e51de, "netdev_err" },
|
||
|
{ 0x4dfa8d4b, "mutex_lock" },
|
||
|
{ 0x3213f038, "mutex_unlock" },
|
||
|
{ 0x8baf278a, "netif_tx_wake_queue" },
|
||
|
{ 0xb024ade4, "_dev_warn" },
|
||
|
{ 0xe989f24d, "__netdev_alloc_skb" },
|
||
|
{ 0xb96c812a, "skb_put" },
|
||
|
{ 0xa3ba7948, "skb_pull" },
|
||
|
{ 0x5a00e0d7, "eth_type_trans" },
|
||
|
{ 0xb464f60e, "netif_rx" },
|
||
|
{ 0x79b44e98, "kfree_skb_reason" },
|
||
|
{ 0xb43f9365, "ktime_get" },
|
||
|
{ 0xe2c17b5d, "__SCT__might_resched" },
|
||
|
{ 0x5fb21dcf, "consume_skb" },
|
||
|
{ 0xa8be7276, "skb_dequeue" },
|
||
|
{ 0xfb578fc5, "memset" },
|
||
|
{ 0x2f2c95c4, "flush_work" },
|
||
|
{ 0x5e1e81a0, "phy_stop" },
|
||
|
{ 0x1422ccb0, "__dynamic_netdev_dbg" },
|
||
|
{ 0x7e456827, "call_switchdev_notifiers" },
|
||
|
{ 0xa19b956, "__stack_chk_fail" },
|
||
|
{ 0xbfa6eaf0, "dev_addr_mod" },
|
||
|
{ 0xe51e0e53, "eth_prepare_mac_addr_change" },
|
||
|
{ 0x187cb862, "phy_start" },
|
||
|
{ 0x32027b93, "ethtool_op_get_link" },
|
||
|
{ 0x8a931f39, "phy_ethtool_get_link_ksettings" },
|
||
|
{ 0x53569bdb, "phy_ethtool_set_link_ksettings" },
|
||
|
{ 0x9ae0de84, "eth_validate_addr" },
|
||
|
{ 0xbdfb6dbb, "__fentry__" },
|
||
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
||
|
{ 0x656e4a6e, "snprintf" },
|
||
|
{ 0xb10bfe5c, "phy_disconnect" },
|
||
|
{ 0x76c9c367, "phy_print_status" },
|
||
|
{ 0xa916b694, "strnlen" },
|
||
|
{ 0xdd64e639, "strscpy" },
|
||
|
{ 0xcbd4898c, "fortify_panic" },
|
||
|
{ 0x2d3385d3, "system_wq" },
|
||
|
{ 0xc5b6f236, "queue_work_on" },
|
||
|
{ 0xd61284a9, "skb_queue_tail" },
|
||
|
{ 0xba8fbd64, "_raw_spin_lock" },
|
||
|
{ 0xb5b54b34, "_raw_spin_unlock" },
|
||
|
{ 0x69acdf38, "memcpy" },
|
||
|
{ 0x56470118, "__warn_printk" },
|
||
|
{ 0xdbe0891a, "phy_do_ioctl" },
|
||
|
{ 0x79ff1b39, "switchdev_handle_port_attr_set" },
|
||
|
{ 0xd2da1048, "register_netdevice_notifier" },
|
||
|
{ 0xad645234, "register_switchdev_notifier" },
|
||
|
{ 0xee38ef57, "register_switchdev_blocking_notifier" },
|
||
|
{ 0x8dc5692c, "__spi_register_driver" },
|
||
|
{ 0xe2b3207a, "unregister_switchdev_notifier" },
|
||
|
{ 0x9d0d6206, "unregister_netdevice_notifier" },
|
||
|
{ 0x8677245d, "unregister_switchdev_blocking_notifier" },
|
||
|
{ 0x5b94ad75, "kmalloc_caches" },
|
||
|
{ 0xac4a1f46, "kmalloc_trace" },
|
||
|
{ 0x131db64a, "system_long_wq" },
|
||
|
{ 0x37a0cba, "kfree" },
|
||
|
{ 0x7098e516, "module_layout" },
|
||
|
};
|
||
|
|
||
|
MODULE_INFO(depends, "crc8");
|
||
|
|
||
|
MODULE_ALIAS("spi:adin1110");
|
||
|
MODULE_ALIAS("spi:adin2111");
|
||
|
MODULE_ALIAS("of:N*T*Cadi,adin1110");
|
||
|
MODULE_ALIAS("of:N*T*Cadi,adin1110C*");
|
||
|
MODULE_ALIAS("of:N*T*Cadi,adin2111");
|
||
|
MODULE_ALIAS("of:N*T*Cadi,adin2111C*");
|