[PATCH 04/04] smc91x: add insw/outsw to default config

2008-02-20 Thread Magnus Damm
This patch makes sure SMC_insw()/SMC_outsw() are defined for the default configuration. Without this change BUG()s will be triggered when using 16-bit only platform data and the default configuration. Signed-off-by: Magnus Damm [EMAIL PROTECTED] --- drivers/net/smc91x.h |2 ++ 1 file

Re: [PATCH 04/04] smc91x: add insw/outsw to default config

2008-02-20 Thread Nicolas Pitre
On Wed, 20 Feb 2008, Magnus Damm wrote: This patch makes sure SMC_insw()/SMC_outsw() are defined for the default configuration. Without this change BUG()s will be triggered when using 16-bit only platform data and the default configuration. Signed-off-by: Magnus Damm [EMAIL PROTECTED] You

Re: [PATCH 04/04] smc91x: add insw/outsw to default config

2008-02-20 Thread Magnus Damm
On Thu, Feb 21, 2008 at 1:00 AM, Nicolas Pitre [EMAIL PROTECTED] wrote: On Wed, 20 Feb 2008, Magnus Damm wrote: This patch makes sure SMC_insw()/SMC_outsw() are defined for the default configuration. Without this change BUG()s will be triggered when using 16-bit only platform data and