From patchwork Wed Apr 27 22:34:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 102426 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp2444578qge; Wed, 27 Apr 2016 15:36:06 -0700 (PDT) X-Received: by 10.66.193.202 with SMTP id hq10mr15322187pac.6.1461796565922; Wed, 27 Apr 2016 15:36:05 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h10si7549059paw.142.2016.04.27.15.36.05; Wed, 27 Apr 2016 15:36:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754127AbcD0WgB (ORCPT + 29 others); Wed, 27 Apr 2016 18:36:01 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:65257 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753947AbcD0Wf4 (ORCPT ); Wed, 27 Apr 2016 18:35:56 -0400 Received: from wuerfel.lan. ([78.42.132.4]) by mrelayeu.kundenserver.de (mreue104) with ESMTPA (Nemesis) id 0MORLZ-1b0ki22lID-005m4T; Thu, 28 Apr 2016 00:34:48 +0200 From: Arnd Bergmann To: Alexandre Belloni Cc: Arnd Bergmann , geert@linux-m68k.org, deller@gmx.de, benh@kernel.crashing.org, mpe@ellerman.id.au, dalias@libc.org, dhowells@redhat.com, linux-alpha@vger.kernel.org, a.zummo@towertech.it, linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, linux-m68k@lists.linux-m68k.org, rtc-linux@googlegroups.com, linux-arch@vger.kernel.org Subject: [PATCH v3 01/16] rtc: cmos: remove empty asm/mc146818rtc.h files Date: Thu, 28 Apr 2016 00:34:15 +0200 Message-Id: <1461796470-1291527-2-git-send-email-arnd@arndb.de> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1461796470-1291527-1-git-send-email-arnd@arndb.de> References: <1461796470-1291527-1-git-send-email-arnd@arndb.de> X-Provags-ID: V03:K0:B1uPrrbFlwyJa5wj1lfx3hJnOYjPiyFIB6aSscav6a6cEXILlDR 3niXOOoA0jAyWJl3PerNK9g78btD1jCv56XU20aSlZM1PU3SeBBVMHEhFWQTlw9+hwapg7Q R7CAp0kpzbIYtdTmqnMZunlrP5wQJDLSZatlIYSVxKOTqqVCUuZtrKtPs3Pd85lC1fiMyd/ rXvzEwyexAEEjnEc07EqQ== X-UI-Out-Filterresults: notjunk:1; V01:K0:Abfw2q7P0G8=:lsIyBL2yHjsWHA87c1hxDQ 3+UbtQT4IAEwyJQVtkLW1LBsSpFBmH00h1KUcmlWhNTbG1DENv0/ME8iLc1B6qgVe+JA3TmNj S/CzpQzPVAj1MH96siKhly7d2rW9tUF7+uAy4zAdgae6cmf+keYihQ3wuYX40eAGZkDgdkCSi +MpxueFBUBSzGpsZw+CFsZwRsmnRj8F/xgwnlgKr/nNy2kfw1SCm5tvaP+TNVZNTY5RFwLtrY SSAT9XG8HLrkxtQ3Apf0RuAJPzvEAzL+QY71c08AInKONM8h41GA1HqObzBdIMrGtWEhA/StW vfEe2ZPOgqY5CSdiKiriTfKEtrb9AbQTSMETI0Oi9xUFjVfK1/GGGsKZpYRJ4IGhSpM2pwjap +TlLqWoUEvdb9yNtugh/M+t8z+3lY5pgOs5NZ0LBZBoCtxtklbf/2FA6Dvre2C7YMp9yv5qqn FiC61b5u7vQZ4ltro12N3fRX+0hi2lIRJlKDv5rEdeD+nAwDrSMDZsWFgdVzwgH1dfDhXxXbO uYZ1GLXrOlr/im+GsNQ/3tTMJoa6+23wWjPJmVRmbGLt3agEYyBfO2bnLLDwAoyTGb9Wikq/K YUpEFeGTeQk92Ij12yX9NN2sGKZ2G6Wlf/V5326BsSJ+xN0O8t9BHv8bGS4nU7++ty0cI0PlI UJQW5SqZ+MfjRlfa8b25o1bui91sqp99hvBDaQezVsZdxKXyZDp2wmvq8KtMfdF5byz0= Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nothing on these architectures ever includes the asm/mc146818rtc.h file, the drivers that used to do this have been fixed long ago, and the remaining users are all PC-specific. This removes the files for good. Signed-off-by: Arnd Bergmann Acked-by: Alexandre Belloni --- arch/frv/include/asm/mc146818rtc.h | 16 ---------------- arch/h8300/include/asm/mc146818rtc.h | 9 --------- arch/ia64/include/asm/mc146818rtc.h | 10 ---------- arch/parisc/include/asm/mc146818rtc.h | 9 --------- arch/sh/include/asm/mc146818rtc.h | 7 ------- 5 files changed, 51 deletions(-) delete mode 100644 arch/frv/include/asm/mc146818rtc.h delete mode 100644 arch/h8300/include/asm/mc146818rtc.h delete mode 100644 arch/ia64/include/asm/mc146818rtc.h delete mode 100644 arch/parisc/include/asm/mc146818rtc.h delete mode 100644 arch/sh/include/asm/mc146818rtc.h -- 2.7.0 diff --git a/arch/frv/include/asm/mc146818rtc.h b/arch/frv/include/asm/mc146818rtc.h deleted file mode 100644 index 90dfb7a633d1..000000000000 --- a/arch/frv/include/asm/mc146818rtc.h +++ /dev/null @@ -1,16 +0,0 @@ -/* mc146818rtc.h: RTC defs - * - * Copyright (C) 2005 Red Hat, Inc. All Rights Reserved. - * Written by David Howells (dhowells@redhat.com) - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. - */ - -#ifndef _ASM_MC146818RTC_H -#define _ASM_MC146818RTC_H - - -#endif /* _ASM_MC146818RTC_H */ diff --git a/arch/h8300/include/asm/mc146818rtc.h b/arch/h8300/include/asm/mc146818rtc.h deleted file mode 100644 index ab9d9646d241..000000000000 --- a/arch/h8300/include/asm/mc146818rtc.h +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Machine dependent access functions for RTC registers. - */ -#ifndef _H8300_MC146818RTC_H -#define _H8300_MC146818RTC_H - -/* empty include file to satisfy the include in genrtc.c/ide-geometry.c */ - -#endif /* _H8300_MC146818RTC_H */ diff --git a/arch/ia64/include/asm/mc146818rtc.h b/arch/ia64/include/asm/mc146818rtc.h deleted file mode 100644 index 407787a237ba..000000000000 --- a/arch/ia64/include/asm/mc146818rtc.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _ASM_IA64_MC146818RTC_H -#define _ASM_IA64_MC146818RTC_H - -/* - * Machine dependent access functions for RTC registers. - */ - -/* empty include file to satisfy the include in genrtc.c */ - -#endif /* _ASM_IA64_MC146818RTC_H */ diff --git a/arch/parisc/include/asm/mc146818rtc.h b/arch/parisc/include/asm/mc146818rtc.h deleted file mode 100644 index adf41631449f..000000000000 --- a/arch/parisc/include/asm/mc146818rtc.h +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Machine dependent access functions for RTC registers. - */ -#ifndef _ASM_MC146818RTC_H -#define _ASM_MC146818RTC_H - -/* empty include file to satisfy the include in genrtc.c */ - -#endif /* _ASM_MC146818RTC_H */ diff --git a/arch/sh/include/asm/mc146818rtc.h b/arch/sh/include/asm/mc146818rtc.h deleted file mode 100644 index 0aee96a97330..000000000000 --- a/arch/sh/include/asm/mc146818rtc.h +++ /dev/null @@ -1,7 +0,0 @@ -/* - * Machine dependent access functions for RTC registers. - */ -#ifndef _ASM_MC146818RTC_H -#define _ASM_MC146818RTC_H - -#endif /* _ASM_MC146818RTC_H */