x86: remove "extern" from function prototypes in <asm/proto.h>
authorH. Peter Anvin <hpa@zytor.com>
Mon, 16 Nov 2009 21:55:31 +0000 (13:55 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 16 Nov 2009 21:55:31 +0000 (13:55 -0800)
Function prototypes don't need "extern", and it is generally frowned
upon to have them.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found