From 1687df2690e46adb51b4fae8acc203e017491180 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Thu, 4 Jan 2018 14:28:10 -0700 Subject: [PATCH] project_info: Fix a section warning Signed-off-by: Nathan Chancellor --- include/linux/project_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/project_info.h b/include/linux/project_info.h index 5ed67d1c3621..5b17f60a1900 100644 --- a/include/linux/project_info.h +++ b/include/linux/project_info.h @@ -9,7 +9,7 @@ typedef __u8 uint8; #define BUF_SIZE 64 extern uint32_t chip_serial_num; -extern unsigned long totalram_pages __read_mostly; +extern unsigned long totalram_pages; struct project_info {