From: Chanwoo Choi Date: Fri, 30 Jan 2015 04:54:08 +0000 (+0900) Subject: devfreq: Fix build break of devfreq-event class X-Git-Tag: fixes-v4.0-rc1~160^2~4^4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ee31924709bd7d3ac2f67a76e5393081554f6f;p=pandora-kernel.git devfreq: Fix build break of devfreq-event class This patch fixes the build break of the exynos-ppmu driver because Makefile in drivers/devfreq don't include the entry of devfreq-event.c driver. The original patch[1] includes the entry to build devfreq-event.c without the build break. This build break is generated in the process of merging the patch. [1] https://lkml.org/lkml/2015/1/25/579 - [PATCH v10 1/7] devfreq: event: Add new devfreq_event class to provide basic data for devfreq governor CC init/version.o LD init/built-in.o drivers/built-in.o: In function `exynos_ppmu_probe': binder.c:(.text+0x4447ec): undefined reference to `devm_devfreq_event_add_edev' make: *** [vmlinux] Error 1 Cc: Rafael J. Wysocki Cc: MyungJoo Ham Signed-off-by: Chanwoo Choi --- Reading git-diff-tree failed