Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8d12741 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds
Browse files

[PATCH] remove asm-*/hdreg.h



unused and useless..

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 96d0821c
Loading
Loading
Loading
Loading

include/asm-alpha/hdreg.h

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
#include <asm-generic/hdreg.h>

include/asm-arm/hdreg.h

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
#include <asm-generic/hdreg.h>

include/asm-arm26/hdreg.h

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
#include <asm-generic/hdreg.h>

include/asm-generic/hdreg.h

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
#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

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
/*
 *  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 */
Loading