From c3c7f861aef5abb5173f16af66c3941149954553 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 9 Jun 2004 14:47:54 +0000 Subject: Patch by Yuli Barcohen, 20 May 2004: Add support for Interphase iSPAN boards. --- drivers/smc91111.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers/smc91111.h') diff --git a/drivers/smc91111.h b/drivers/smc91111.h index a228036..b373452 100644 --- a/drivers/smc91111.h +++ b/drivers/smc91111.h @@ -139,6 +139,7 @@ typedef unsigned long int dword; #else /* if not CONFIG_PXA250 */ +#ifndef CONFIG_SMC_USE_IOFUNCS /* these macros don't work on some boards */ /* * We have only 16 Bit PCMCIA access on Socket 0 */ @@ -186,6 +187,8 @@ typedef unsigned long int dword; }) #endif +#endif /* CONFIG_SMC_USE_IOFUNCS */ + #if defined(CONFIG_SMC_USE_32_BIT) #define SMC_inl(r) (*((volatile dword *)(SMC_BASE_ADDRESS+(r)))) -- cgit v1.1