Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63714
b: refs/heads/master
c: 092ed99
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt authored and Jeff Garzik committed Aug 7, 2007
1 parent 73ad9f3 commit b91380c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 4a2a4df7b6db25df8f3d5cc6dd0b096119359d92
refs/heads/master: 092ed997c0c324a2e5e839da9f49453bb5227703
4 changes: 1 addition & 3 deletions trunk/drivers/net/smc91x.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg)

#define SMC_CAN_USE_8BIT 1
#define SMC_CAN_USE_16BIT 1
#define SMC_CAN_USE_32BIT 1
#define SMC_CAN_USE_32BIT 0

#define SMC_inb(a, r) inb((a) + (r))
#define SMC_inw(a, r) inw((a) + (r))
Expand All @@ -310,8 +310,6 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg)

#endif /* BOARDS */

#define set_irq_type(irq, type) do {} while (0)

#elif defined(CONFIG_M32R)

#define SMC_CAN_USE_8BIT 0
Expand Down

0 comments on commit b91380c

Please sign in to comment.