Commit 154198de authored by Anton Blanchard's avatar Anton Blanchard

ppc64: fix compile warning

parent 34f82705
......@@ -180,7 +180,7 @@ static struct aligninfo aligninfo[128] = {
#define SWAP(a, b) (t = (a), (a) = (b), (b) = t)
unsigned static inline make_dsisr( unsigned instr )
static inline unsigned make_dsisr(unsigned instr)
{
unsigned dsisr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment