From 1c8895d55d419241a5af9c31fe2377da4b68980d Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Tue, 8 Oct 2013 10:34:25 -0400 Subject: [PATCH] fix thinko in 0008-OF-Introduce-DT-overlay-support.patch --- patches/of-fixes/0008-OF-Introduce-DT-overlay-support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/of-fixes/0008-OF-Introduce-DT-overlay-support.patch b/patches/of-fixes/0008-OF-Introduce-DT-overlay-support.patch index 7957a8c8..b9db9ad7 100644 --- a/patches/of-fixes/0008-OF-Introduce-DT-overlay-support.patch +++ b/patches/of-fixes/0008-OF-Introduce-DT-overlay-support.patch @@ -1235,7 +1235,7 @@ index 6ed844d..7b3e332 100644 + return -ENOTSUPP; +} + -+int of_free_overlay_info(int cnt, struct of_overlay_info *ovinfo) ++static inline int of_free_overlay_info(int cnt, struct of_overlay_info *ovinfo) +{ + return -ENOTSUPP; +}