80 lines
2.2 KiB
C
80 lines
2.2 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") = {
|
|
{ 0x3213f038, "mutex_unlock" },
|
|
{ 0xb6f7d31c, "gpiod_get_value" },
|
|
{ 0xe989f24d, "__netdev_alloc_skb" },
|
|
{ 0xb96c812a, "skb_put" },
|
|
{ 0xe87fe0a4, "ieee802154_rx_irqsafe" },
|
|
{ 0x79b44e98, "kfree_skb_reason" },
|
|
{ 0x2e3bcce2, "wait_for_completion_interruptible" },
|
|
{ 0x52ecbc75, "crc_ccitt" },
|
|
{ 0x9040242d, "_dev_err" },
|
|
{ 0x5bc8ba21, "devm_kmalloc" },
|
|
{ 0x13e9de7d, "device_property_present" },
|
|
{ 0xcefb0c9f, "__mutex_init" },
|
|
{ 0x608741b5, "__init_swait_queue_head" },
|
|
{ 0x9d60ce51, "devm_gpiod_get" },
|
|
{ 0xe1de70c3, "gpiod_set_value" },
|
|
{ 0xc3055d20, "usleep_range_state" },
|
|
{ 0xeae3dfd6, "__const_udelay" },
|
|
{ 0x512ab1db, "gpiod_to_irq" },
|
|
{ 0x52b1e45, "devm_request_threaded_irq" },
|
|
{ 0x90ad0976, "ieee802154_alloc_hw" },
|
|
{ 0x41ed3709, "get_random_bytes" },
|
|
{ 0xc718f8ed, "ieee802154_register_hw" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x8dc5692c, "__spi_register_driver" },
|
|
{ 0x2f2c95c4, "flush_work" },
|
|
{ 0xeb23b8b2, "ieee802154_unregister_hw" },
|
|
{ 0x4dd95e5, "ieee802154_free_hw" },
|
|
{ 0x34db050b, "_raw_spin_lock_irqsave" },
|
|
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
|
|
{ 0xa6257a2f, "complete" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
|
|
{ 0x2d3385d3, "system_wq" },
|
|
{ 0xc5b6f236, "queue_work_on" },
|
|
{ 0xca64e135, "driver_unregister" },
|
|
{ 0x1cfba015, "stackleak_track_stack" },
|
|
{ 0x4dfa8d4b, "mutex_lock" },
|
|
{ 0x541430dd, "spi_sync" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "mac802154");
|
|
|
|
MODULE_ALIAS("of:N*T*Cti,cc2520");
|
|
MODULE_ALIAS("of:N*T*Cti,cc2520C*");
|
|
MODULE_ALIAS("spi:cc2520");
|