mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-04-17 15:28:53 +00:00
Delete rx_intf.mod.c
This commit is contained in:
parent
5ceff3ed1e
commit
dd5876406c
@ -1,38 +0,0 @@
|
||||
#include <linux/module.h>
|
||||
#include <linux/vermagic.h>
|
||||
#include <linux/compiler.h>
|
||||
|
||||
MODULE_INFO(vermagic, VERMAGIC_STRING);
|
||||
MODULE_INFO(name, KBUILD_MODNAME);
|
||||
|
||||
__visible struct module __this_module
|
||||
__attribute__((section(".gnu.linkonce.this_module"))) = {
|
||||
.name = KBUILD_MODNAME,
|
||||
.init = init_module,
|
||||
#ifdef CONFIG_MODULE_UNLOAD
|
||||
.exit = cleanup_module,
|
||||
#endif
|
||||
.arch = MODULE_ARCH_INIT,
|
||||
};
|
||||
|
||||
static const struct modversion_info ____versions[]
|
||||
__used
|
||||
__attribute__((section("__versions"))) = {
|
||||
{ 0xb09dfeb4, __VMLINUX_SYMBOL_STR(module_layout) },
|
||||
{ 0xd2f3e69e, __VMLINUX_SYMBOL_STR(devm_ioremap_resource) },
|
||||
{ 0x21b1535d, __VMLINUX_SYMBOL_STR(__platform_driver_register) },
|
||||
{ 0x27e1a049, __VMLINUX_SYMBOL_STR(printk) },
|
||||
{ 0xab41ed6, __VMLINUX_SYMBOL_STR(of_match_node) },
|
||||
{ 0xf9d660e2, __VMLINUX_SYMBOL_STR(platform_get_resource) },
|
||||
{ 0x822137e2, __VMLINUX_SYMBOL_STR(arm_heavy_mb) },
|
||||
{ 0xefd6cf06, __VMLINUX_SYMBOL_STR(__aeabi_unwind_cpp_pr0) },
|
||||
{ 0xff9c5062, __VMLINUX_SYMBOL_STR(platform_driver_unregister) },
|
||||
};
|
||||
|
||||
static const char __module_depends[]
|
||||
__used
|
||||
__attribute__((section(".modinfo"))) =
|
||||
"depends=";
|
||||
|
||||
MODULE_ALIAS("of:N*T*Csdr,rx_intf");
|
||||
MODULE_ALIAS("of:N*T*Csdr,rx_intfC*");
|
Loading…
x
Reference in New Issue
Block a user