[<prev] [next>] [day] [month] [year] [list]
Message-Id: <57182e90b07b6f64c5d22570f791915240887c47.1446477217.git.geliangtang@163.com>
Date: Mon, 2 Nov 2015 23:16:01 +0800
From: Geliang Tang <geliangtang@....com>
To: Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Geliang Tang <geliangtang@....com>, linux-kernel@...r.kernel.org
Subject: [PATCH] efirtc: remove unneeded forward function declaration
Remove unneeded forward function declaration efi_rtc_ioctl.
Signed-off-by: Geliang Tang <geliangtang@....com>
---
drivers/char/efirtc.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/char/efirtc.c b/drivers/char/efirtc.c
index 80058bd..b1905b2 100644
--- a/drivers/char/efirtc.c
+++ b/drivers/char/efirtc.c
@@ -48,9 +48,6 @@
static DEFINE_SPINLOCK(efi_rtc_lock);
-static long efi_rtc_ioctl(struct file *file, unsigned int cmd,
- unsigned long arg);
-
#define is_leap(year) \
((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0))
--
2.4.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists