From 9be6330d982b117ff2bc2f1f225c81c5f0dae0c3 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 eed443a1..ef0ac6ae 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 22d42e5..d9c8130 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; +}