From: Jojo Zeng <> To: [email protected] Cc: Jojo Zeng <[email protected]> Subject: [PATCH] modified rtc.c Date: Sun, 31 Mar 2019 18:20:44 +0800 Message-Id: <[email protected]> X-Mailer: git-send-email 2.7.4 In-Reply-To: <[email protected]> References: <[email protected]>
From: Jojo Zeng <[email protected]> modified rtc.c Signed-off-by: Jojo Zeng <[email protected]> --- drivers/char/rtc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/char/rtc.c b/drivers/char/rtc.c index c862d0b..0199b26 100644 --- a/drivers/char/rtc.c +++ b/drivers/char/rtc.c @@ -84,6 +84,8 @@ #include <asm/current.h> +#define jojo + #ifdef CONFIG_X86 #include <asm/hpet.h> #endif -- 2.7.4

