Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753142AbcDZVpq (ORCPT ); Tue, 26 Apr 2016 17:45:46 -0400 Received: from mout.kundenserver.de ([212.227.126.133]:56565 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752998AbcDZVpl (ORCPT ); Tue, 26 Apr 2016 17:45:41 -0400 From: Arnd Bergmann To: Greg Kroah-Hartman Cc: Arnd Bergmann , tony.luck@intel.com, geert@linux-m68k.org, jejb@parisc-linux.org, deller@gmx.de, benh@kernel.crashing.org, mpe@ellerman.id.au, dalias@libc.org, dhowells@redhat.com, yasutake.koichi@jp.panasonic.com, rth@twiddle.net, ink@jurassic.park.msu.ru, linux-alpha@vger.kernel.org, x86@kernel.org, a.zummo@towertech.it, alexandre.belloni@free-electrons.com, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, rtc-linux@googlegroups.com, linux-arch@vger.kernel.org Subject: [PATCH 3/8] char/rtc: remove empty asm/mc146818rtc.h files Date: Tue, 26 Apr 2016 23:44:07 +0200 Message-Id: <1461707052-1337718-4-git-send-email-arnd@arndb.de> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1461707052-1337718-1-git-send-email-arnd@arndb.de> References: <1461707052-1337718-1-git-send-email-arnd@arndb.de> X-Provags-ID: V03:K0:afhi0iTn1Gz1bo0wRnWsLzLP9cyaB02Tkq8dUSeiC5v4TED9siE oulsIQ9nkvViXlM5qxsjQ/PIW4OT1/89uCAv1RkcDmkZ2e7o4Q+0E3Mdwtc2TU5qQf1oAbm dzeGB3AJuZ1VeOc1hSHql1O7O3kZUfFXe/nK4h+fXMgNp/j1bIbVjBavVbMlPHgqF6zwJli IKg3YzpvyNF4w19VaKjeA== X-UI-Out-Filterresults: notjunk:1;V01:K0:dKv0rTkp+cQ=:RUO9HGaB5656kPshjyuRYd vKJ1WPnL/ieBhuUjGG16WdTFIfeqXlvg6fQxFKmgxDKJLjfccbfodiYTSj94ONz0l4nbFzy+/ j1t3WO9XZfSRjgyKmTNQcTCVDSji317oCPnUnNdR5UMoMoMqZHxvJFGd2BNy2f1Pw451ryhHS k8EtYlXxCmkkjgijtatmT29fKKj9JFu5hc/sUXjxKVrswteZ3IYpyqcAlQa609H7ZT86yr70H EmMH/2KFJKoGf9ghlcsga7BCwha3b390eRmYJhUypjQr5FTgimxgQo16BE2it0gXY8XyNdXS3 XfAeNbtrIcQ+c8yVF/RHXamrEJgOH1B0f2fdFpD+lD15glp1CBsbcSW1+1dwbR2tJ9hK8ZGqb /dCoK/jMqL7/A/1sgJx5iRJ9Pix48DiPGy/QEZb8Iu/SR5CjzjVS6G+oRo5K+cLqZkwD0jkqo oTcU/3g84TdDwCpd5zoqdw1jlKEaI0NMidNLVynY7cR8KzJbKYsTxkgx1vtW0qv5ttioavg/5 R8lQjr8tCA9ESYEH3Liive39aqFEGZyTP4h336Na8psFYKnwMa76T4mMuRCUfrSCf+9isXYCj /UY/kiYdmV4wwgYbIaxEUB8ibUG2wwann1+dmAI6yyp46ZZHG3LNZ95LIyRndwkcykHpMzXp8 uGmk341p8KMMs2DyKhQ8uG1fnDF1Vaf/vZh9xsnviut78hBl7ziBcZh4DbZ8GHWrXeM8= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3309 Lines: 103 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 --- 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 */ -- 2.7.0