diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
commit | 03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch) | |
tree | 88db8dba75ae06ba3bad08e42c5e52efc162535c /drivers/scsi/seagate.h | |
parent | 257730f99381dd26e10b832fce4c94cae7ac1176 (diff) |
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'drivers/scsi/seagate.h')
-rw-r--r-- | drivers/scsi/seagate.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/seagate.h b/drivers/scsi/seagate.h index 2d07fd9a7..c8ead00c4 100644 --- a/drivers/scsi/seagate.h +++ b/drivers/scsi/seagate.h @@ -20,10 +20,6 @@ int seagate_st0x_abort(Scsi_Cmnd *); const char *seagate_st0x_info(struct Scsi_Host *); int seagate_st0x_reset(Scsi_Cmnd *, unsigned int); -#ifndef NULL - #define NULL 0 -#endif - #include <linux/kdev_t.h> int seagate_st0x_biosparam(Disk *, kdev_t, int*); |