OSDN Git Service

microblaze: Mark get_frame_size as static
authorMichal Simek <michal.simek@xilinx.com>
Thu, 18 Dec 2014 14:45:38 +0000 (15:45 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 5 Jan 2015 11:36:44 +0000 (12:36 +0100)
commite14ebe417c7c4e58c50ef143d99d797757749762
tree6624a11350f41333583babb51e046578a7d2b72d
parent8543e6c96762fcc930af5725088c2b9e4865c3aa
microblaze: Mark get_frame_size as static

It is used only locally in unwind.c.

The patch removes warning:
arch/microblaze/kernel/unwind.c:62:13: warning: no previous prototype
for 'get_frame_size' [-Wmissing-prototypes]
 inline long get_frame_size(unsigned long instr)

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/kernel/unwind.c