Commit df9b57fa authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Linus Torvalds

[PATCH] obsolete asm/hdreg.h

parent 7d782710
#warning <asm/hdreg.h> is obsolete, please do not use it
#ifndef __ASM_GENERIC_HDREG_H #ifndef __ASM_GENERIC_HDREG_H
#define __ASM_GENERIC_HDREG_H #define __ASM_GENERIC_HDREG_H
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
* Copyright (C) 1994-1996 Linus Torvalds & authors * Copyright (C) 1994-1996 Linus Torvalds & authors
*/ */
#warning this file is obsolete, please do not use it
#ifndef _H8300_HDREG_H #ifndef _H8300_HDREG_H
#define _H8300_HDREG_H #define _H8300_HDREG_H
......
/* #warning this file is obsolete, please do not use it
* linux/include/asm-i386/hdreg.h
*
* Copyright (C) 1994-1996 Linus Torvalds & authors
*/
#ifndef __ASMi386_HDREG_H
#define __ASMi386_HDREG_H
#endif /* __ASMi386_HDREG_H */
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
* Copyright (C) 1994-1996 Linus Torvalds & authors * Copyright (C) 1994-1996 Linus Torvalds & authors
*/ */
#warning this file is obsolete, please do not use it
#ifndef __ASM_IA64_HDREG_H #ifndef __ASM_IA64_HDREG_H
#define __ASM_IA64_HDREG_H #define __ASM_IA64_HDREG_H
......
/* #warning this file is obsolete, please do not use it
* linux/include/asm-m68k/hdreg.h
*
* Copyright (C) 1994-1996 Linus Torvalds & authors
*/
#ifndef _M68K_HDREG_H
#define _M68K_HDREG_H
#endif /* _M68K_HDREG_H */
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
#define MAX_HWIFS 8 #define MAX_HWIFS 8
#endif #endif
#include <asm/hdreg.h>
#include <linux/config.h> #include <linux/config.h>
#include <linux/hdreg.h> #include <linux/hdreg.h>
#include <linux/ioport.h> #include <linux/ioport.h>
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#include <linux/config.h> #include <linux/config.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/hdreg.h>
#include <asm/psr.h> #include <asm/psr.h>
#undef MAX_HWIFS #undef MAX_HWIFS
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#include <linux/config.h> #include <linux/config.h>
#include <asm/pgalloc.h> #include <asm/pgalloc.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/hdreg.h>
#include <asm/page.h> #include <asm/page.h>
#include <asm/spitfire.h> #include <asm/spitfire.h>
......
...@@ -147,7 +147,7 @@ extern void cb_pic_init_irqs (void); ...@@ -147,7 +147,7 @@ extern void cb_pic_init_irqs (void);
#define CB_UART_REG_GAP 0x10 #define CB_UART_REG_GAP 0x10
#define CB_UART_CLOCK 0x16000000 #define CB_UART_CLOCK 0x16000000
/* CompactFlash setting see also asm/ide.h, asm/hdreg.h. */ /* CompactFlash setting */
#define CB_CF_BASE 0x0FE0C000 #define CB_CF_BASE 0x0FE0C000
#define CB_CF_CCR_ADDR (CB_CF_BASE+0x200) #define CB_CF_CCR_ADDR (CB_CF_BASE+0x200)
#define CB_CF_CCR (*(volatile u8 *)CB_CF_CCR_ADDR) #define CB_CF_CCR (*(volatile u8 *)CB_CF_CCR_ADDR)
......
/* #warning this file is obsolete, please do not use it
* linux/include/asm-x86_64/hdreg.h
*
* Copyright (C) 1994-1996 Linus Torvalds & authors
*/
#ifndef __ASMx86_64_HDREG_H
#define __ASMx86_64_HDREG_H
#endif /* __ASMx86_64_HDREG_H */
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include <linux/pci.h> #include <linux/pci.h>
#include <asm/byteorder.h> #include <asm/byteorder.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/hdreg.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/semaphore.h> #include <asm/semaphore.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment