From: Ian Abbott Date: Fri, 14 Sep 2012 16:34:25 +0000 (+0100) Subject: staging: comedi: mite: add mite_alloc() and mite_free() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca8eb8d5c8aa1a0828d381b213b14e13961f5297;p=pandora-kernel.git staging: comedi: mite: add mite_alloc() and mite_free() Add `mite_alloc()` to allow drivers to allocate and initialize a `struct mite_struct` dynamically and export it. Add `mite_free()`, which is currently just an inline wrapper for `kfree()`. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed