From: Randy Dunlap Date: Tue, 5 Feb 2008 11:04:05 +0000 (-0800) Subject: hamradio: fix dmascc section mismatch X-Git-Tag: v2.6.25-rc1~787^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd8d627a6b66d9755637b4dad2083864a9bfce9a;p=pandora-kernel.git hamradio: fix dmascc section mismatch hw[] is used in both init and exit functions so it cannot be initdata (section mismatch is when CONFIG_MODULES=n and CONFIG_DMASCC=y). WARNING: vmlinux.o(.exit.text+0xba7): Section mismatch: reference to .init.data: (between 'dmascc_exit' and 'sixpack_exit_driver') Signed-off-by: Randy Dunlap Cc: Klaus Kudielka Cc: Sam Ravnborg Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed