#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.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") = {
	{ 0x222dd63, "module_layout" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xd969d6f4, "cancel_work_sync" },
	{ 0x124bad4d, "kstrtobool" },
	{ 0x96848186, "scnprintf" },
	{ 0x69a8d917, "devm_led_classdev_register_ext" },
	{ 0x7725a34d, "regmap_update_bits_base" },
	{ 0x42c24f2f, "pwm_apply_state" },
	{ 0x2af74596, "qpnp_lpg_pwm_set_output_type" },
	{ 0x3866e217, "nvmem_device_write" },
	{ 0x32805c25, "sysfs_remove_files" },
	{ 0xefcb91eb, "sysfs_create_files" },
	{ 0xb3cfa59, "qpnp_lpg_pwm_get_output_types_supported" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd58b01d7, "regmap_read" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x9e7064e0, "__of_get_address" },
	{ 0x8c6c580e, "devm_of_pwm_get" },
	{ 0x82bb0350, "of_get_property" },
	{ 0x31a7e68c, "of_get_next_available_child" },
	{ 0x91113400, "devm_nvmem_device_get" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xeed7d9a5, "dev_get_regmap" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "pwm-qti-lpg");


MODULE_INFO(scmversion, "gf957779e27df");
