Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257796
b: refs/heads/master
c: 5db5c50
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and James Bottomley committed Jun 29, 2011
1 parent ce1f185 commit 09a4839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70c26cf3277ce93af74523894700ec20cf7cf6aa
refs/heads/master: 5db5c5052d9ec39e808386c36fa3c873d5fb0171
12 changes: 1 addition & 11 deletions trunk/drivers/scsi/mac_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,6 @@ static int __init mac_scsi_setup(char *str) {

__setup("mac5380=", mac_scsi_setup);

/*
* If you want to find the instance with (k)gdb ...
*/
#if NDEBUG
static struct Scsi_Host *default_instance;
#endif

/*
* Function : int macscsi_detect(struct scsi_host_template * tpnt)
*
Expand Down Expand Up @@ -268,10 +261,7 @@ int __init macscsi_detect(struct scsi_host_template * tpnt)
/* Once we support multiple 5380s (e.g. DuoDock) we'll do
something different here */
instance = scsi_register (tpnt, sizeof(struct NCR5380_hostdata));
#if NDEBUG
default_instance = instance;
#endif


if (macintosh_config->ident == MAC_MODEL_IIFX) {
mac_scsi_regp = via1+0x8000;
mac_scsi_drq = via1+0xE000;
Expand Down

0 comments on commit 09a4839

Please sign in to comment.