diff options
author | Christoph Egger <siccegge@cs.fau.de> | 2010-07-14 16:40:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-14 16:40:36 -0400 |
commit | ef3cf9f2fbef8279a29a027db0d02b56bd0b75f3 (patch) | |
tree | 32c95f4a48a82529fe4dbb97d582342ea7e28752 /drivers/net/cs89x0.h | |
parent | 7e4ee4d947b8499451705ec8ce419b3321d14edf (diff) |
cs89x0: Removing dead SH_HICOSH4
SH_HICOSH4 doesn't exist in Kconfig, therefore removing all references
for it from the source code.
Signed-off-by: Christoph Egger <siccegge@cs.fau.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cs89x0.h')
-rw-r--r-- | drivers/net/cs89x0.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/cs89x0.h b/drivers/net/cs89x0.h index 204ed37fa9d5..91423b70bb45 100644 --- a/drivers/net/cs89x0.h +++ b/drivers/net/cs89x0.h | |||
@@ -437,11 +437,7 @@ | |||
437 | #define IRQ_MAP_EEPROM_DATA 0x0046 /* Offset into eeprom for the IRQ map */ | 437 | #define IRQ_MAP_EEPROM_DATA 0x0046 /* Offset into eeprom for the IRQ map */ |
438 | #define IRQ_MAP_LEN 0x0004 /* No of bytes to read for the IRQ map */ | 438 | #define IRQ_MAP_LEN 0x0004 /* No of bytes to read for the IRQ map */ |
439 | #define PNP_IRQ_FRMT 0x0022 /* PNP small item IRQ format */ | 439 | #define PNP_IRQ_FRMT 0x0022 /* PNP small item IRQ format */ |
440 | #ifdef CONFIG_SH_HICOSH4 | ||
441 | #define CS8900_IRQ_MAP 0x0002 /* HiCO-SH4 board has its IRQ on #1 */ | ||
442 | #else | ||
443 | #define CS8900_IRQ_MAP 0x1c20 /* This IRQ map is fixed */ | 440 | #define CS8900_IRQ_MAP 0x1c20 /* This IRQ map is fixed */ |
444 | #endif | ||
445 | 441 | ||
446 | #define CS8920_NO_INTS 0x0F /* Max CS8920 interrupt select # */ | 442 | #define CS8920_NO_INTS 0x0F /* Max CS8920 interrupt select # */ |
447 | 443 | ||