#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif 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") = { { 0x9acecee9, "sdio_register_driver" }, { 0x3c12dfe, "cancel_work_sync" }, { 0x2ca8b1d1, "hci_unregister_dev" }, { 0xce26d80d, "hci_free_dev" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x8848a69b, "skb_queue_purge_reason" }, { 0xad4be9c4, "sdio_claim_host" }, { 0x63fe0c48, "sdio_writeb" }, { 0x783625a5, "sdio_release_irq" }, { 0x318f3e9c, "sdio_disable_func" }, { 0x11168fb3, "sdio_release_host" }, { 0x453c5d6, "sdio_enable_func" }, { 0x8c87483e, "sdio_claim_irq" }, { 0xecc591c7, "skb_dequeue" }, { 0xbd9a1fbf, "skb_push" }, { 0x54e8073a, "sdio_writesb" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0x6c86c0ae, "skb_pull" }, { 0x9f981e37, "skb_queue_head" }, { 0x11e6cb56, "devm_kmalloc" }, { 0x54ebe524, "hci_alloc_dev_priv" }, { 0x7505b2a0, "hci_register_dev" }, { 0x4a51da62, "sdio_unregister_driver" }, { 0x79bdde59, "sdio_readb" }, { 0xd76daef9, "sdio_readsb" }, { 0xbeea74eb, "__alloc_skb" }, { 0xe9ff6e6c, "skb_put" }, { 0x59d75ed6, "hci_recv_frame" }, { 0x381d86f7, "skb_queue_tail" }, { 0x2d3385d3, "system_wq" }, { 0xc5b6f236, "queue_work_on" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "bluetooth"); MODULE_ALIAS("sdio:c02v*d*"); MODULE_ALIAS("sdio:c03v*d*"); MODULE_ALIAS("sdio:c09v*d*"); MODULE_INFO(srcversion, "7211B71BB546DBF6F603C7D");