From: Christoph Hellwig <hch@lst.de>
To: B.Zolnierkiewicz@elka.pw.edu.pl
Cc: linux-ide@vger.kernel.org
Subject: [PATCH] kill <asm/hdreg.h>
Date: Tue, 29 Mar 2005 23:03:43 +0200 [thread overview]
Message-ID: <20050329210343.GA5612@lst.de> (raw)
I just found a patch in the SuSE tree that changes ide_ioreg_t for ia64,
and checking for the implications I noticed ide_ioreg_t and hdreg.h have
been completely unused for a while, and the headers have a #warning.
So let's kill them for good:
--- 1.3/include/asm-alpha/hdreg.h 2004-04-14 01:28:58 +02:00
+++ edited/include/asm-alpha/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
===== include/asm-arm/hdreg.h 1.4 vs edited =====
--- 1.4/include/asm-arm/hdreg.h 2004-04-14 01:28:58 +02:00
+++ edited/include/asm-arm/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
===== include/asm-arm26/hdreg.h 1.3 vs edited =====
--- 1.3/include/asm-arm26/hdreg.h 2004-04-14 01:28:58 +02:00
+++ edited/include/asm-arm26/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
===== include/asm-generic/hdreg.h 1.2 vs edited =====
--- 1.2/include/asm-generic/hdreg.h 2004-04-14 01:29:48 +02:00
+++ edited/include/asm-generic/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1,8 +0,0 @@
-#warning <asm/hdreg.h> is obsolete, please do not use it
-
-#ifndef __ASM_GENERIC_HDREG_H
-#define __ASM_GENERIC_HDREG_H
-
-typedef unsigned long ide_ioreg_t;
-
-#endif /* __ASM_GENERIC_HDREG_H */
===== include/asm-h8300/hdreg.h 1.2 vs edited =====
--- 1.2/include/asm-h8300/hdreg.h 2004-04-14 01:29:48 +02:00
+++ edited/include/asm-h8300/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1,15 +0,0 @@
-/*
- * linux/include/asm-h8300/hdreg.h
- *
- * Copyright (C) 1994-1996 Linus Torvalds & authors
- */
-
-#warning this file is obsolete, please do not use it
-
-#ifndef _H8300_HDREG_H
-#define _H8300_HDREG_H
-
-typedef unsigned int q40ide_ioreg_t;
-typedef unsigned char * ide_ioreg_t;
-
-#endif /* _H8300_HDREG_H */
===== include/asm-i386/hdreg.h 1.4 vs edited =====
--- 1.4/include/asm-i386/hdreg.h 2004-04-14 01:29:48 +02:00
+++ edited/include/asm-i386/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1 +0,0 @@
-#warning this file is obsolete, please do not use it
===== include/asm-ia64/hdreg.h 1.2 vs edited =====
--- 1.2/include/asm-ia64/hdreg.h 2004-04-14 01:29:48 +02:00
+++ edited/include/asm-ia64/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1,14 +0,0 @@
-/*
- * linux/include/asm-ia64/hdreg.h
- *
- * Copyright (C) 1994-1996 Linus Torvalds & authors
- */
-
-#warning this file is obsolete, please do not use it
-
-#ifndef __ASM_IA64_HDREG_H
-#define __ASM_IA64_HDREG_H
-
-typedef unsigned short ide_ioreg_t;
-
-#endif /* __ASM_IA64_HDREG_H */
===== include/asm-m32r/hdreg.h 1.1 vs edited =====
--- 1.1/include/asm-m32r/hdreg.h 2004-09-17 09:06:56 +02:00
+++ edited/include/asm-m32r/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
===== include/asm-m68k/hdreg.h 1.3 vs edited =====
--- 1.3/include/asm-m68k/hdreg.h 2004-04-14 01:29:48 +02:00
+++ edited/include/asm-m68k/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1 +0,0 @@
-#warning this file is obsolete, please do not use it
===== include/asm-m68knommu/hdreg.h 1.1 vs edited =====
--- 1.1/include/asm-m68knommu/hdreg.h 2002-11-01 17:37:46 +01:00
+++ edited/include/asm-m68knommu/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1 +0,0 @@
-#include <asm-m68k/hdreg.h>
===== include/asm-mips/hdreg.h 1.5 vs edited =====
--- 1.5/include/asm-mips/hdreg.h 2004-05-10 13:25:30 +02:00
+++ edited/include/asm-mips/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1 +0,0 @@
-#warning this file is obsolete, please do not use it
===== include/asm-parisc/hdreg.h 1.3 vs edited =====
--- 1.3/include/asm-parisc/hdreg.h 2004-04-14 01:28:58 +02:00
+++ edited/include/asm-parisc/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
===== include/asm-ppc/hdreg.h 1.5 vs edited =====
--- 1.5/include/asm-ppc/hdreg.h 2004-04-14 01:28:58 +02:00
+++ edited/include/asm-ppc/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
===== include/asm-ppc64/hdreg.h 1.2 vs edited =====
--- 1.2/include/asm-ppc64/hdreg.h 2004-04-14 01:28:58 +02:00
+++ edited/include/asm-ppc64/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
===== include/asm-sh/hdreg.h 1.3 vs edited =====
--- 1.3/include/asm-sh/hdreg.h 2004-04-14 01:28:58 +02:00
+++ edited/include/asm-sh/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
===== include/asm-sh64/hdreg.h 1.1 vs edited =====
--- 1.1/include/asm-sh64/hdreg.h 2004-06-29 16:44:46 +02:00
+++ edited/include/asm-sh64/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1,6 +0,0 @@
-#ifndef __ASM_SH64_HDREG_H
-#define __ASM_SH64_HDREG_H
-
-#include <asm-generic/hdreg.h>
-
-#endif /* __ASM_SH64_HDREG_H */
===== include/asm-sparc/hdreg.h 1.2 vs edited =====
--- 1.2/include/asm-sparc/hdreg.h 2004-04-14 01:28:58 +02:00
+++ edited/include/asm-sparc/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
===== include/asm-sparc64/hdreg.h 1.2 vs edited =====
--- 1.2/include/asm-sparc64/hdreg.h 2004-04-14 01:28:58 +02:00
+++ edited/include/asm-sparc64/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
===== include/asm-um/hdreg.h 1.1 vs edited =====
--- 1.1/include/asm-um/hdreg.h 2002-09-06 19:29:29 +02:00
+++ edited/include/asm-um/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1,6 +0,0 @@
-#ifndef __UM_HDREG_H
-#define __UM_HDREG_H
-
-#include "asm/arch/hdreg.h"
-
-#endif
===== include/asm-x86_64/hdreg.h 1.4 vs edited =====
--- 1.4/include/asm-x86_64/hdreg.h 2004-04-14 01:29:48 +02:00
+++ edited/include/asm-x86_64/hdreg.h 2005-03-29 23:10:51 +02:00
@@ -1 +0,0 @@
-#warning this file is obsolete, please do not use it
reply other threads:[~2005-03-29 21:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050329210343.GA5612@lst.de \
--to=hch@lst.de \
--cc=B.Zolnierkiewicz@elka.pw.edu.pl \
--cc=linux-ide@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.