|
@@ -50,6 +50,10 @@
|
|
#define SMC_DYNAMIC_BUS_CONFIG
|
|
#define SMC_DYNAMIC_BUS_CONFIG
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#ifdef SMC_USE_PXA_DMA
|
|
|
|
+#define SMC_USE_DMA
|
|
|
|
+#endif
|
|
|
|
+
|
|
/* store this information for the driver.. */
|
|
/* store this information for the driver.. */
|
|
struct smc911x_local {
|
|
struct smc911x_local {
|
|
/*
|
|
/*
|
|
@@ -196,8 +200,6 @@ static inline void SMC_outsl(struct smc911x_local *lp, int reg,
|
|
|
|
|
|
|
|
|
|
#ifdef SMC_USE_PXA_DMA
|
|
#ifdef SMC_USE_PXA_DMA
|
|
-#define SMC_USE_DMA
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* Define the request and free functions
|
|
* Define the request and free functions
|
|
* These are unfortunately architecture specific as no generic allocation
|
|
* These are unfortunately architecture specific as no generic allocation
|