Commit d655a4ee authored by Martin Dalecki's avatar Martin Dalecki Committed by Linus Torvalds

[PATCH] 2.5.28 IDE 103

 - Remove pseudo headers for nonexisting support of not existing
   hardware from Big Black Boxen code.
parent 72b6c893
/*
* linux/include/asm-arm/hdreg.h
*
* Copyright (C) 1994-1996 Linus Torvalds & authors
*/
#ifndef __ASMS390_HDREG_H
#define __ASMS390_HDREG_H
typedef unsigned long ide_ioreg_t;
#endif /* __ASMS390_HDREG_H */
/*
* linux/include/asm-s390/ide.h
*
* Copyright (C) 1994-1996 Linus Torvalds & authors
*/
/* s390 does not have IDE */
#ifndef __ASMS390_IDE_H
#define __ASMS390_IDE_H
#ifdef __KERNEL__
#ifndef MAX_HWIFS
#define MAX_HWIFS 0
#endif
/*
* We always use the new IDE port registering,
* so these are fixed here.
*/
#define ide_default_io_base(i) ((ide_ioreg_t)0)
#define ide_default_irq(b) (0)
#endif /* __KERNEL__ */
#endif /* __ASMS390_IDE_H */
/*
* linux/include/asm-arm/hdreg.h
*
* Copyright (C) 1994-1996 Linus Torvalds & authors
*/
#ifndef __ASMS390_HDREG_H
#define __ASMS390_HDREG_H
typedef unsigned long ide_ioreg_t;
#endif /* __ASMS390_HDREG_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