From: Jeff Mahoney Date: Wed, 13 Apr 2011 02:57:57 +0000 (-0400) Subject: staging: ft1000: Remove unnecessary EXPORT_SYMBOLs X-Git-Tag: v2.6.39-rc7~15^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f908a9eaa94f07265811c59b740a4608d3dfc96;p=pandora-kernel.git staging: ft1000: Remove unnecessary EXPORT_SYMBOLs ft1000-pcmcia uses EXPORT_SYMBOL unnecessarily for sharing symbols inside the same module. For some reason, this is causing section conflicts on ia64 as well, even though neither are static. error: __ksymtab_stop_ft1000_card causes a section type conflict error: __ksymtab_init_ft1000_card causes a section type conflict Signed-off-by: Jeff Mahoney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed