Re: [PATCH] clocksource: Add missing include of of.h.

2016-04-07 Thread John Stultz
On Wed, Mar 9, 2016 at 4:16 PM, David Lechner wrote: > 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. > > Signed-off-by: David Lechner

Re: [PATCH] clocksource: Add missing include of of.h.

2016-04-07 Thread John Stultz
On Wed, Mar 9, 2016 at 4:16 PM, David Lechner wrote: > 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. > > Signed-off-by: David Lechner Queued for testing. thanks -john

[PATCH] clocksource: Add missing include of of.h.

2016-03-09 Thread David Lechner
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. Signed-off-by: David Lechner --- include/linux/clocksource.h | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] clocksource: Add missing include of of.h.

2016-03-09 Thread David Lechner
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. Signed-off-by: David Lechner --- include/linux/clocksource.h | 1 + 1 file changed, 1 insertion(+) diff --git