From patchwork Mon May 30 18:57:49 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 627929 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rJQsz3kymz9s1h for ; Tue, 31 May 2016 05:00:07 +1000 (AEST) Received: from ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3rJQsz2Z31zDqfN for ; Tue, 31 May 2016 05:00:07 +1000 (AEST) X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Received: from mout.kundenserver.de (mout.kundenserver.de [217.72.192.73]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rJQrD5JNqzDqVV for ; Tue, 31 May 2016 04:58:36 +1000 (AEST) Received: from wuerfel.lan. ([78.42.132.4]) by mrelayeu.kundenserver.de (mreue104) with ESMTPA (Nemesis) id 0LjbI0-1beJES2r7I-00bZ7u; Mon, 30 May 2016 20:57:57 +0200 From: Arnd Bergmann To: Alexandre Belloni Subject: [PATCH v4 01/16] rtc: cmos: remove empty asm/mc146818rtc.h files Date: Mon, 30 May 2016 20:57:49 +0200 Message-Id: <1464634684-1248135-2-git-send-email-arnd@arndb.de> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1464634684-1248135-1-git-send-email-arnd@arndb.de> References: <1464634684-1248135-1-git-send-email-arnd@arndb.de> X-Provags-ID: V03:K0:1aXT3wg0IgxBgGufjeb3xIN4xcHwKpwHGaPrECr5QxRHAOypyID LhkwHrW50GmuqJc7ul46RSh+2oGwFAFl4L8dhVCRAg5P2T3f1Bj0G3raUTyuMOpurOSCHHR Ly+InAQJYCLKCda6lY3bLbQpqjDrMrZHZjef3oPV7p2ZS5AD+A241kcTN9QHLR/nDGXULMA BpzoNdfpOal8NuUFKoP2w== X-UI-Out-Filterresults: notjunk:1; V01:K0:e7zN+ECmFZI=:TB0W4atRK4s8jGOWel68YQ OEKTt5tIznrs/69D/e1lE6BLowMMNb0zrAE3ZI5rPsanJ15fnYTMtk01gkoRFR7y0ds6Wqiqi VlNO0ZbnSC6Z5goVFQ+iPotSJSAb8B8EjtiC7GSw/MvBsh/mp9DmiA+e+PzYy3hRxh0gw/wZf D/zFPcfXH/KDNU7yVE80wc/rAOP2p5eFXIm2b6INWhiPUw/QV+JGhZ8XnFbL4C7SDPWvv7uLq /C8S0wkX9Vle6prZdnmwNMHPxjfJj309OZPdHiEsu43FXNtab/c9tCdP59vuGHqW8clYSIaVB Tpn7rixo0zX1NzPoOE1pnzAnP7XarM5B9R4wmsoC/LYJtZ44E6tQIYzSBrp7BWgDYn0Fx0ocx Sc5sPECYH3OiAna+BwIYb7nnB99lSZukDv549VqtWo5eH9wjib5FdmJClxxvgkFr0VlbTgcVo 8yBBqJN866UwhHEDjbTaP+oaOR20ERBUF5K+Q7FBlivH61QTuB3VetxztAQH/+IDDHdZf3/N3 Cohfdz4IXr4wQeLU8hpL4LPzf/Ad+KQ0Y4veYEg+pmFVvK3HZVk+UObnHc5NzEiFbDpc2cpYd XYZQNp0Obe1DeEttb7zi2MGAo2VnmBKsuzzva+0GnPiMQ5aEsudlGBvDIjLnqJBaOGfSLTUUa jMStXrw8CAeHltsLzB4u5wZrF5gBCcjKIIzj7HMIhF8JbV4MKJu/NDQPNHeGXjNVJyyA= X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arch@vger.kernel.org, a.zummo@towertech.it, dalias@libc.org, linux-parisc@vger.kernel.org, Arnd Bergmann , linux-sh@vger.kernel.org, gregkh@linuxfoundation.org, deller@gmx.de, linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org, dhowells@redhat.com, linux-m68k@lists.linux-m68k.org, geert@linux-m68k.org, rtc-linux@googlegroups.com, linuxppc-dev@lists.ozlabs.org MIME-Version: 1.0 Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" 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 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 */