Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block
[cascardo/linux.git] / arch / microblaze / kernel / unwind.c
index 1f7b8d4..61c04ee 100644 (file)
@@ -59,7 +59,7 @@ struct stack_trace;
  *
  * Return - Number of stack bytes the instruction reserves or reclaims
  */
-inline long get_frame_size(unsigned long instr)
+static inline long get_frame_size(unsigned long instr)
 {
        return abs((s16)(instr & 0xFFFF));
 }