67 lines
2.0 KiB
C
67 lines
2.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") = {
|
|
{ 0x169d0abd, "hid_sensor_remove_trigger" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0xa1614a08, "hid_sensor_convert_timestamp" },
|
|
{ 0x70b5c7ac, "hid_sensor_write_samp_freq_value" },
|
|
{ 0x2fa9d31d, "hid_sensor_write_raw_hyst_value" },
|
|
{ 0xad9aa64c, "hid_sensor_read_raw_hyst_value" },
|
|
{ 0x1fab11aa, "hid_sensor_read_samp_freq_value" },
|
|
{ 0xa0e95763, "hid_sensor_power_state" },
|
|
{ 0x87088038, "sensor_hub_input_attr_get_raw_value" },
|
|
{ 0x2d97b4db, "platform_driver_unregister" },
|
|
{ 0xf8e52cb8, "devm_iio_device_alloc" },
|
|
{ 0xa33551f4, "hid_sensor_parse_common_attributes" },
|
|
{ 0xf5330e8, "devm_kmemdup" },
|
|
{ 0x5e468bc8, "sensor_hub_input_get_attribute_info" },
|
|
{ 0x7f7621ec, "hid_sensor_format_scale" },
|
|
{ 0xef71d0a2, "hid_sensor_setup_trigger" },
|
|
{ 0x465dd17b, "__iio_device_register" },
|
|
{ 0xcb5c9ce2, "sensor_hub_register_callback" },
|
|
{ 0x9040242d, "_dev_err" },
|
|
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
|
|
{ 0xae601b8, "iio_push_to_buffers" },
|
|
{ 0xed9670b0, "iio_get_time_ns" },
|
|
{ 0xa3ff0aa5, "hid_sensor_pm_ops" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x2f5507b8, "__platform_driver_register" },
|
|
{ 0xe8779bbf, "sensor_hub_remove_callback" },
|
|
{ 0x21286a8c, "iio_device_unregister" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "hid-sensor-trigger,hid-sensor-iio-common,hid-sensor-hub,industrialio");
|
|
|
|
MODULE_ALIAS("platform:HID-SENSOR-200076");
|