From: Ian Abbott Date: Fri, 14 Sep 2012 16:34:05 +0000 (+0100) Subject: staging: comedi: ni_65xx: move ni_65xx_driver X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~222 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2927eda60977fde11a106cd9590cd710cd41884a;p=pandora-kernel.git staging: comedi: ni_65xx: move ni_65xx_driver Move the `struct comedi_driver ni_65xx_driver` variable further down the function to be closer to the `module_comedi_pci_driver()` module call and to avoid having to forward declare `ni_65xx_attach()` and `ni_65xx_detach()`. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed