m68k/scsi: a3000 - Kill a3000_scsiregs typedef

Acked-by: James Bottomley <James.Bottomley@suse.de>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
Geert Uytterhoeven
2009-05-17 21:05:53 +02:00
parent 349d65fdc8
commit c57c1cab78
2 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@
*/
#define A3000_XFER_MASK (0x00000003)
typedef struct {
struct a3000_scsiregs {
unsigned char pad1[2];
volatile unsigned short DAWR;
volatile unsigned int WTC;
@@ -46,7 +46,7 @@ typedef struct {
volatile unsigned char SASR;
unsigned char pad9;
volatile unsigned char SCMD;
} a3000_scsiregs;
};
#define DAWR_A3000 (3)