From: Ian Abbott Date: Mon, 1 Sep 2014 11:03:42 +0000 (+0100) Subject: staging: comedi: amplc_pci230: absorb pci230_alloc_private() X-Git-Tag: fixes-for-v3.18-merge-window~15^2~824 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a89e7147229d183f9e5566fc774d8e0dfeff627;p=pandora-kernel.git staging: comedi: amplc_pci230: absorb pci230_alloc_private() `pci230_alloc_private()` is now only called from `pci230_auto_attach()` to allocate private device storage and initialize various spin-lock members therein. Absorb the body of `pci230_alloc_private()` into `pci230_auto_attach()` itself. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed