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

Commit cb8a88b2 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds
Browse files

alpha/h8300/m68k: remove obsolete <asm/md.h> files



Removal of these started in 2.3.43pre3, ca. 10 years ago.

Reported-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent ea6b101d
Loading
Loading
Loading
Loading

arch/alpha/include/asm/md.h

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
/* $Id: md.h,v 1.1 1997/12/15 15:11:48 jj Exp $
 * md.h: High speed xor_block operation for RAID4/5 
 *
 */
 
#ifndef __ASM_MD_H
#define __ASM_MD_H

/* #define HAVE_ARCH_XORBLOCK */

#define MD_XORBLOCK_ALIGNMENT	sizeof(long)

#endif /* __ASM_MD_H */

arch/h8300/include/asm/md.h

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
/*
 * md.h: High speed xor_block operation for RAID4/5 
 *
 */
 
#ifndef __ASM_MD_H
#define __ASM_MD_H

/* #define HAVE_ARCH_XORBLOCK */

#define MD_XORBLOCK_ALIGNMENT	sizeof(long)

#endif /* __ASM_MD_H */

arch/m68k/include/asm/md.h

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
/*
 * md.h: High speed xor_block operation for RAID4/5
 *
 */

#ifndef __ASM_MD_H
#define __ASM_MD_H

/* #define HAVE_ARCH_XORBLOCK */

#define MD_XORBLOCK_ALIGNMENT	sizeof(long)

#endif /* __ASM_MD_H */