X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fe820.c;h=569c1e4f96feb897956a64e35bd8fccb07dca6c6;hp=a102564d08eb3dd6157fab6b7af8fcf0da4d7c72;hb=729aca0d68885e1ca7ca8eb01a1ae294da290776;hpb=91ef5ccd54a2f22b2593bb6e8c97fc26c74b7f30 diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c index a102564d08eb..569c1e4f96fe 100644 --- a/arch/x86/kernel/e820.c +++ b/arch/x86/kernel/e820.c @@ -911,7 +911,7 @@ void __init finish_e820_parsing(void) } } -static inline const char *e820_type_to_string(int e820_type) +static const char *e820_type_to_string(int e820_type) { switch (e820_type) { case E820_RESERVED_KERN: