From: Christoph Hellwig <hch@lst.de>

unused and useless..

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 include/asm-alpha/hdreg.h     |    1 -
 include/asm-arm/hdreg.h       |    1 -
 include/asm-arm26/hdreg.h     |    1 -
 include/asm-generic/hdreg.h   |    8 --------
 include/asm-h8300/hdreg.h     |   15 ---------------
 include/asm-i386/hdreg.h      |    1 -
 include/asm-ia64/hdreg.h      |   14 --------------
 include/asm-m32r/hdreg.h      |    1 -
 include/asm-m68k/hdreg.h      |    1 -
 include/asm-m68knommu/hdreg.h |    1 -
 include/asm-mips/hdreg.h      |    1 -
 include/asm-parisc/hdreg.h    |    1 -
 include/asm-ppc/hdreg.h       |    1 -
 include/asm-ppc64/hdreg.h     |    1 -
 include/asm-sh/hdreg.h        |    1 -
 include/asm-sh64/hdreg.h      |    6 ------
 include/asm-sparc/hdreg.h     |    1 -
 include/asm-sparc64/hdreg.h   |    1 -
 include/asm-um/hdreg.h        |    6 ------
 include/asm-x86_64/hdreg.h    |    1 -
 20 files changed, 64 deletions(-)

diff -puN include/asm-alpha/hdreg.h~remove-asm-hdregh include/asm-alpha/hdreg.h
--- 25/include/asm-alpha/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-alpha/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
diff -puN include/asm-arm26/hdreg.h~remove-asm-hdregh include/asm-arm26/hdreg.h
--- 25/include/asm-arm26/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-arm26/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
diff -puN include/asm-arm/hdreg.h~remove-asm-hdregh include/asm-arm/hdreg.h
--- 25/include/asm-arm/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-arm/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
diff -puN include/asm-generic/hdreg.h~remove-asm-hdregh include/asm-generic/hdreg.h
--- 25/include/asm-generic/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-generic/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -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 */
diff -puN include/asm-h8300/hdreg.h~remove-asm-hdregh include/asm-h8300/hdreg.h
--- 25/include/asm-h8300/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-h8300/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -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 */
diff -puN include/asm-i386/hdreg.h~remove-asm-hdregh include/asm-i386/hdreg.h
--- 25/include/asm-i386/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-i386/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1 +0,0 @@
-#warning this file is obsolete, please do not use it
diff -puN include/asm-ia64/hdreg.h~remove-asm-hdregh include/asm-ia64/hdreg.h
--- 25/include/asm-ia64/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-ia64/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -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 */
diff -puN include/asm-m32r/hdreg.h~remove-asm-hdregh include/asm-m32r/hdreg.h
--- 25/include/asm-m32r/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-m32r/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
diff -puN include/asm-m68k/hdreg.h~remove-asm-hdregh include/asm-m68k/hdreg.h
--- 25/include/asm-m68k/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-m68k/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1 +0,0 @@
-#warning this file is obsolete, please do not use it
diff -puN include/asm-m68knommu/hdreg.h~remove-asm-hdregh include/asm-m68knommu/hdreg.h
--- 25/include/asm-m68knommu/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-m68knommu/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1 +0,0 @@
-#include <asm-m68k/hdreg.h>
diff -puN include/asm-mips/hdreg.h~remove-asm-hdregh include/asm-mips/hdreg.h
--- 25/include/asm-mips/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-mips/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1 +0,0 @@
-#warning this file is obsolete, please do not use it
diff -puN include/asm-parisc/hdreg.h~remove-asm-hdregh include/asm-parisc/hdreg.h
--- 25/include/asm-parisc/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-parisc/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
diff -puN include/asm-ppc64/hdreg.h~remove-asm-hdregh include/asm-ppc64/hdreg.h
--- 25/include/asm-ppc64/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-ppc64/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
diff -puN include/asm-ppc/hdreg.h~remove-asm-hdregh include/asm-ppc/hdreg.h
--- 25/include/asm-ppc/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-ppc/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
diff -puN include/asm-sh64/hdreg.h~remove-asm-hdregh include/asm-sh64/hdreg.h
--- 25/include/asm-sh64/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-sh64/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1,6 +0,0 @@
-#ifndef __ASM_SH64_HDREG_H
-#define __ASM_SH64_HDREG_H
-
-#include <asm-generic/hdreg.h>
-
-#endif /* __ASM_SH64_HDREG_H */
diff -puN include/asm-sh/hdreg.h~remove-asm-hdregh include/asm-sh/hdreg.h
--- 25/include/asm-sh/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-sh/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
diff -puN include/asm-sparc64/hdreg.h~remove-asm-hdregh include/asm-sparc64/hdreg.h
--- 25/include/asm-sparc64/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-sparc64/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
diff -puN include/asm-sparc/hdreg.h~remove-asm-hdregh include/asm-sparc/hdreg.h
--- 25/include/asm-sparc/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-sparc/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1 +0,0 @@
-#include <asm-generic/hdreg.h>
diff -puN include/asm-um/hdreg.h~remove-asm-hdregh include/asm-um/hdreg.h
--- 25/include/asm-um/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-um/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1,6 +0,0 @@
-#ifndef __UM_HDREG_H
-#define __UM_HDREG_H
-
-#include "asm/arch/hdreg.h"
-
-#endif
diff -puN include/asm-x86_64/hdreg.h~remove-asm-hdregh include/asm-x86_64/hdreg.h
--- 25/include/asm-x86_64/hdreg.h~remove-asm-hdregh	Wed Aug 17 13:03:32 2005
+++ 25-akpm/include/asm-x86_64/hdreg.h	Wed Aug 17 13:03:32 2005
@@ -1 +0,0 @@
-#warning this file is obsolete, please do not use it
_