From: H Hartley Sweeten Date: Tue, 23 Oct 2012 20:22:37 +0000 (-0700) Subject: staging: comedi: remove inline alloc_private() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1056 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c34fa261b0ac3a862ccd3f71ee55a16b920dfc83;p=pandora-kernel.git staging: comedi: remove inline alloc_private() This inline function has a very generic name and it's only a wrapper around a simple kzalloc(). Since the inline function does not save any lines-of-code, instead of renaming it just remove it and do the kzalloc() directly. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed