]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - include/linux/clocksource.h
clocksource: Add missing include of of.h.
authorDavid Lechner <david@lechnology.com>
Thu, 10 Mar 2016 00:16:54 +0000 (18:16 -0600)
committerJohn Stultz <john.stultz@linaro.org>
Fri, 22 Apr 2016 18:38:56 +0000 (11:38 -0700)
commit02fad5e9b433da3829d39f0afb3c51b4b6409ed5
tree00888affb843b9e78e0da7092dbf9c8cb208d2a6
parent9735a22799b9214d17d3c231fe377fc852f042e9
clocksource: Add missing include of of.h.

This header uses OF_DELCARE_1 which is defined in linux/of.h.

This fixes getting unhelpful compiler error messages about missing ')'
before a string constant.

Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
include/linux/clocksource.h