From: Paul Mundt Date: Wed, 1 Aug 2007 06:48:55 +0000 (+0900) Subject: net: smc91x: Build fixes for general sh boards. X-Git-Tag: v2.6.23-rc3~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092ed997c0c324a2e5e839da9f49453bb5227703;p=pandora-kernel.git net: smc91x: Build fixes for general sh boards. SH boards in general only wire this up in 8 or 16-bit mode, and as we never had the wrappers for 32-bit mode defined, SMC_CAN_USE_32BIT caused build failure for the non-Solution Engine boards. This gets it building again. Also kill off the straggling set_irq_type() definition, this is left over cruft that was missed when the rest of it switched to IRQ flags. Signed-off-by: Paul Mundt -- drivers/net/smc91x.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed