Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48fb994c authored by Will McVicker's avatar Will McVicker
Browse files

Revert "ANDROID: GKI: Make linux_banner a C pointer"



This reverts commit fdef3b72. This
breaks ramdump parsing.

Bug: 154586724
Test: compile
Change-Id: Ia91f3e0d0a0cc67947081a73bdc61670f3a25185
Signed-off-by: default avatarWill McVicker <willmcvicker@google.com>
parent 5e68c49c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
#include <linux/linkage.h>
#include <linux/cache.h>

extern const char *linux_banner;
extern const char linux_banner[];
extern const char linux_proc_banner[];

#define PRINTK_MAX_SINGLE_HEADER_LEN 2
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ struct uts_namespace init_uts_ns = {
EXPORT_SYMBOL_GPL(init_uts_ns);

/* FIXED STRINGS! Don't touch! */
const char *linux_banner =
const char linux_banner[] =
	"Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@"
	LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n";
EXPORT_SYMBOL_GPL(linux_banner);