From: H Hartley Sweeten Date: Tue, 12 Jun 2012 00:45:15 +0000 (-0700) Subject: staging: comedi: export alloc_subdevices as comedi_alloc_subdevices X-Git-Tag: v3.6-rc1~100^2~829 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f0b9d082e5d0056a3aca4be038483a564849196;p=pandora-kernel.git staging: comedi: export alloc_subdevices as comedi_alloc_subdevices Move the inline alloc_subdevices() function from comedidev.h to drivers.c and rename it to comedi_alloc_subdevices(). The function is large enough to warrant being an exported symbol rather than being an inline in every driver. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed