From: Gerard Snitselaar Date: Tue, 24 Apr 2012 01:30:06 +0000 (-0700) Subject: staging: comedi: resolve section mismatch in s626 X-Git-Tag: v3.5-rc1~145^2~229^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e17b8e484d429134b9693405e0f9b0936e007885;p=pandora-kernel.git staging: comedi: resolve section mismatch in s626 s626_attach is referencing s626_pci_table which is annotated __devinitconst. Put pci vendor/device ids in the s626_board struct and use s626_boards instead similar to what is done in gsc_hpdi. v2: I had moved the PCI id defines to s626.h earlier, but later decided to leave them in s626.c and forgot to move them up above where they are being used in s626_boards. Signed-off-by: Gerard Snitselaar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed