Revision 82ec752cce8b19b69efcfc96303b2ed33e01fd48 authored by Greg Kroah-Hartman on 29 September 2018, 13:50:36 UTC, committed by Greg Kroah-Hartman on 29 September 2018, 13:50:36 UTC
Rafael writes:
  "Power management fix for 4.19-rc6

   Fix incorrect __init and __exit annotations in the Qualcomm
   Kryo cpufreq driver (Nathan Chancellor)."

* tag 'pm-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  cpufreq: qcom-kryo: Fix section annotations
2 parent s 7a6878b + d51aea1
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_DLM) +=		dlm.o
dlm-y :=			ast.o \
				config.o \
				dir.o \
				lock.o \
				lockspace.o \
				main.o \
				member.o \
				memory.o \
				midcomms.o \
				netlink.o \
				lowcomms.o \
				plock.o \
				rcom.o \
				recover.o \
				recoverd.o \
				requestqueue.o \
				user.o \
				util.o 
dlm-$(CONFIG_DLM_DEBUG) +=	debug_fs.o

back to top