#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") = { { 0xe2385937, "__platform_driver_register" }, { 0x542f8643, "sensor_hub_remove_callback" }, { 0x41fb8fa8, "iio_device_unregister" }, { 0x3000da41, "hid_sensor_remove_trigger" }, { 0xe24d3c99, "hid_sensor_convert_timestamp" }, { 0x6004c5c2, "hid_sensor_write_raw_hyst_value" }, { 0x3e809563, "hid_sensor_write_samp_freq_value" }, { 0x434efb00, "hid_sensor_read_raw_hyst_value" }, { 0xe31c82f2, "hid_sensor_power_state" }, { 0x1d6ee7a8, "sensor_hub_input_attr_get_raw_value" }, { 0xcafa1fd1, "hid_sensor_read_samp_freq_value" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0x7b721cf6, "devm_iio_device_alloc" }, { 0xdd51160a, "hid_sensor_parse_common_attributes" }, { 0x51f98e10, "devm_kmemdup" }, { 0x9dcd057f, "sensor_hub_input_get_attribute_info" }, { 0xd1005013, "_dev_err" }, { 0x7f7621ec, "hid_sensor_format_scale" }, { 0x6fcc4bc6, "hid_sensor_setup_trigger" }, { 0x1c6aa114, "__iio_device_register" }, { 0xc4b790e0, "sensor_hub_register_callback" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0xa0d6cab0, "iio_push_to_buffers" }, { 0x2a13cdbd, "iio_get_time_ns" }, { 0x8ebeb242, "hid_sensor_pm_ops" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "hid-sensor-hub,industrialio,hid-sensor-trigger,hid-sensor-iio-common"); MODULE_ALIAS("platform:HID-SENSOR-200086");