]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
alpha: forward declare struct pt_regs in processor.h
authorRichard Weinberger <richard@nod.at>
Thu, 16 Apr 2015 19:43:10 +0000 (12:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Apr 2015 13:03:53 +0000 (09:03 -0400)
commit396ada68acefc4f90cf1f05d4275913834af5d93
tree9add5635ae671a08cd1481ecfec861cdf34d5f3b
parent34c9a0ffc75ad25b6a60f61e27c4a4b1189b8085
alpha: forward declare struct pt_regs in processor.h

Removal of exec domains uncovered this new warning.  processor.h re-used
struct pt_regs from personality.h which is now gone.

  ./arch/alpha/include/asm/processor.h:47:33: warning: 'struct pt_regs' declared inside parameter list [enabled by default]

Signed-off-by: Richard Weinberger <richard@nod.at>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Matt Turner <mattst88@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/alpha/include/asm/processor.h